Re: CSS Problem with IE
You can try taking out the margin or padding, see if that fixes the issue. Otherwise, try specifying the class as an inline element. I think that when you specify a margin/padding for an element, IE will default that element to block. Since you are just modifying the font size, let it inherit the margin/padding from the h1 element. Then if you still need to space it properly, use padding-left.
__________________
The best way to learn anything, is to question everything.
Last edited by wige; 12-04-2008 at 01:56 PM.
|