css man wrote:
> I've been studying the archives on this subject and
> experimenting a bit, using the suggestion to set font-size: to
> 75% and 12px in the body, like so:
>
> body {
>           font-size: 12px;
>           _font-size: 75%;
>         }

I don't know yet what IE7 will do with the pixels, but it won't 
see the %, as the underscore hack isn't working in IE7 anymore.

> I downloaded "Calipers" and tested this out on Firefox and IE6
> and found it is not too precise.
>
> What did work was to set the body to .75em and then use 1em or
> whatever, for each element.
>
> Anyone else find the same?

No, I haven't tried it out. But I'd advise you to not use ems for 
the font-size on body. The result is that the larger and smaller 
font-size settings in IE become exponential. It's a bug of 
course, but the workaround is just to use % for body font-size. 
There is no problem if you then set the size in ems on other 
elements though.

-- 
Els

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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