line-height should not have a unit. Change 1.2em to;

line-height: 1.2;

this is for IE only i think (it's one of those things I need to
re-check up on, it's been pushed out of my mind by so much other
useless stuff).

this is due to an IE inheritance bug


> html, body {
>     font: 91% "Lucida Grande", "Lucida Sans Unicode", geneva,
> verdana, sans-serif; /* For IE/Win 1.1em is approx. 12px */
>     line-height: 1.2em;
> }
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to