Quote:
Originally Posted by V_RocKs
Expanding my question...
How do you make the padding on li tags the same on both IE and FF?
IE seems to add about 15 pixels automatically and FF leaves it up to you to decide.
|
Set their margins to 0px, as well as the margins and padding for the ul/ol itself.
IE likes to margin them out on it's own.
Anyway, CSS isn't all that much harder to learn than HTML itself, it can just be tricky getting layers to position themselves correctly.
But once you get it, you'll never look back.
30 lines of html with some CSS is WAY better than 400 lines of html with tables.