Yet another dumb IE fact: Internet Explorer adds margin to the <form> tag.
So everytime you start a CSS you must enter (besides other):
1 2 3 | form { margin: 0; } |
One more time… Thank you Microsoft for the great product that is Internet Explorer, NOT.


1 Comment:
You might want to try this:
http://developer.yahoo.com/yui/3/cssreset/
Resets all elements, you could obviously choose to just use this on IE but I find its good to start from scratch with it:)