CSS Image button styling?

– raym0nd Sep 29 '11 at 21:01 You can't scale background images (only supported in CSS3) – Diodeus Sep 29 '11 at 21:05 You could probably open the images with a "image editor" (like Photoshop or w/e) and than change the size of the images to your needs. – Andrej Sep 29 '11 at 21:10 This is pure evil but you can scale an img: jsfiddle.Net/rgmCc/2 – John Keyes Sep 29 '11 at 21:38.

Your JSFiddle doesn't seem to be loading images. Wrap your . Btn in a div.

Give it a fixed width and overflow: hidden;. Set it to margin: 0 auto;. Get rid of the tags.

Set your . Btn to float: left;. To horizontally center, an element must have a width and 'auto' on the left and right sides.To set up a grid of elements inside of a div, you'll usually float them.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions