Chris Pallé wrote:

> What I'm not understanding is why IE 6 doesn't scale the text. I  don't 
> see any pt size declarations. I'd thought em would allow scaling.

Yes, but em is based on inherited values, so it won't scale (in IE) if 
'fixed' values are inherited.

You have styles like these...
#mainContent {
font : normal 10pt Georgia, "Times New Roman", Times, serif;
...
}
body {
...
font-size : 12px;
}
...which are 'fixed' values from IE's point of view - locking down all 
following font-sizes.


You should also look out for IE's "em font-resizing bug" when you 
correct those font-sizes...
<http://www.gunlaug.no/contents/wd_additions_13.html>

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to