Scott Povlot wrote:
> Thanks, David.
>
> I changed the #shop width to 200px.  That's much
> better.
>
> However, I am not sure what you mean about "Eighty
> percent of default (on body) is kind of tiny start
> point for those using a high dpi monitor." What
> resolution are you using?  What do you suggest for a
> font setting?
>
> Scott
>
>
>   
re: <http://www.piedmont-div.org/nmra/nmra_home_page.html>

Scott,

Generally speaking, your fonts scale well. That is to say there is 
little problem for those who may, for whatever reason, wish to view and 
read the text of your site at a larger size than you have specified. And 
that is good!

If user default can said to be 100%, you've reduced what they prefer by 
specifying 80% on the body (or 20% smaller than they /may/ prefer). This 
is /sometimes/ problematic for users who are using monitors at a higher 
default dpi or screen resolution than your monitor [1]



[1]
body {

    font-size:80%;
   }


A nice touch, /and this is a personal opinion/, would be to give all 
users default [2]

[2]

body {

    font-size:100%;
   }

Best,

~dL

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to