On Mon, 26 Mar 2007 18:38:44 +0100, [EMAIL PROTECTED] wrote:

> I'm trying these with some success:
>
> html
> {
> font-family:;
> font-size:100% ;/***for IE****/
> }
>
> body
> {
> font-family:;
> font-size:1em; /***sets font in un-altered browsers to 16px, Times New 
> Roman***/
>

Not necessarily. I have "unaltered" IE7 and get a font-size of 20px
with those rules.

Reason: The "unaltered" factory setting for a high-definition laptop
(1440 x 1050) is 120 DPI. IE attempts to make the point size the
same as at 96 DPI with the extra pixels.

You are correct as far as Gecko-based browsers go. (16px.)

Cordially,
David
--


______________________________________________________________________
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