[EMAIL PROTECTED] wrote:
> If I don't set a global  font size in the css, what is the default size, 
> and how will EMs be affected?
>
>   
If you literally mean not setting a font-size on the body, nor on any 
selector in the style sheet, the page will render /all text and 
headings/ at the users default (whatever that is).
If you set no font-size on the body and 90% on the primary content p 
selector, the content p will render 10% smaller than default, while 
everything else will render at default. And so on.
The precise measurement of what default font-size is, in out-of-the box 
operating systems and individual browsers, is a science in and of 
itself. For the sake of argument, these are crudely equivalent:
100%
16px
1em
medium

The one thing to be aware with em's is the ie font resizing bug [1].

[1] <http://www.gunlaug.no/contents/wd_additions_13.html>
Best,
~dL
PS Remember, not to forget, that typography is an art, not a science(I 
forgot who said that :-) ).
______________________________________________________________________
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