> Is IE 7  for Windows still being paid attention to by developers?
> If so, I have an issue at this link:
www.coffeeonmars.com/testing/index.html
> 
> with widgets being cut off at the top. IE 8 gets it right; 7 shaves off
the top
> portion...
> 
[>] 
first; you have a couple of typos in the font-family rule for your h4
missing the ':' after 'font-family' and 
you are missing the quotes around Helvetica Neue

Now, what you are seeing is caused by the line-height rule for your h4 which
sets the line-height to 1px. Most browsers are forgiving; IE7 renders it
from the middle of the h4 down. 

Without to much fuss I think you can make most happ y by changing the
line-height from 10% to 100% or just remove this rule altogether. Then
change your top and bottom padding to 10px.

Try that and let me know.

Marc Hall
HallMarc Websites




______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to