"Randall Fox" <fox_no_spam-usenet001 (AT) yahoo (DOT) com> wrote
Quote:
I would set the body font to 100% then set others as appropriate, such
as below. Using em can cause a disastrous display bug in IE.
What is the display bug? The reason I use "em" so much is that for
some of the non-font settings, 100% has a different meaning than 100%
of the font size. |
It occurs when all font sizes are specified in ems and the viewer changes
her text size. Instead of going from smallest to largest it goes from
microscopically small to cosmically large.
The usual workaround is to also specify font-size: 100% for the body.
Quote:
So are you saying to use em for the other (non-font) settings, and
then use percentages for the "font-size: " style ? |
That'll also work.
Why do you need to specify font size at all? Let your viewer use her
default.
--
Cheers
Richard.