View Single Post
  #2 (permalink)  
Old 12-04-2008, 01:54 PM
wige's Avatar
wige wige is offline
Moderator
WebProWorld Moderator
 
Join Date: Jun 2006
Location: United States
Posts: 2,661
wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9
Default 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.
Reply With Quote