IE7 does not render CSS padding

I have the following CSS code that adds 5 pixel to the right and left side of my table table.class1 { padding 0px 5px 0px 5px; } It works Fire Fox, Chrome and Safari. But i... Read more

3 answers Best answer by poscaman

List alignement

Howdy Folks I was trying to remove the padding of a list. I managed to get it working with the following code: ul { list-style-type: none; padding: 0px; margi... Read more

2 answers Latest by Paul E over 3 years ago

How do I remove the gaps in my login box?

My login box displays fine in FF and Chrome but there are big gaps top and bottom in IE. I think it has something to do with my margin and padding. Also, the username and password fields appear t... Read more

17cfdd95-78e1-42db-bc9e-f4d4c0cb5ece

2 answers Latest by Dwayne over 3 years ago

Why is IE7 removing the padding and margin from my headings?

For some weird reason, IE7 is removing the padding and margins from my headings on this page. Any thoughts? Read more

3 answers Best answer by Justin U.

How do I add padding to subsequent lines of an inline text element?

On Doctype itself I've styled the headings to be inline, with a background colour and padding. Unfortunately this only pads the beginning and end of each headline. Is there any way to add padding a... Read more

353effca-50b0-4ec3-8864-9bd7f2cc30c7

6 answers Best answer by Matthew Brindley