On Jun 5, 2007, at 10:20 PM, [EMAIL PROTECTED] wrote:

> I'm not sure how to phrase this question, but here goes:
>
> when a page opens in a browser the first time during a session, what
> governs the
> size of the font displayed--the style sheet specification or the  
> browser font
> setting or some combination of both?
>

If I have understood you correctly, then the answer is: it depends on  
the browser, the browser-options used _and_ what's in the stylesheet.

IE/win, any version:
    - font-sizes in absolute units rule - unless IE is set to 'ignore  
font-sizes.
    - resizable fonts in the stylesheet means the browsers _and_ the  
stylesheet work together. IE starts at whatever font size the user  
has chosen - of the 5 levels available.

Most other browsers start at default - using what's in the  
stylesheet. The user can then resize, in some browsers until the  
browser choke and give up its spirit - needing a restart :-)
Options like 'minimum font size' will take immediate effect and  
override what's in the stylesheet.

Also, add in browsers default-variations based on resolution.

regards
        Georg

______________________________________________________________________
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