|
Posted by Sherman Pendley on January 7, 2008, 9:15 pm
Please log in for more thread options
> Just an observation here: the CSS newsgroup
> (comp.infosystems.www.authoring.stylesheets) is totally dead. Why?...
I'm seeing some recent traffic on that group with the server I use. But
then, my ISP contracts their usenet service through Giganews, and they're
insanely reliable. Maybe your ISP is missing messages?
> Anyway here's my discussion point: What is the most versatile value to use
> to set font-size? I set my font size in percentages. I set the main font
> size in the body tag (which everything will inherit), then adjust other
> sizes in relation to that (for headers, fine print, etc).
Sounds fine.
> I run a site for a small non-profit. A couple of people from the
> organization have commented to me that they think the font size is too big
> (I set it to 95%) when viewed at 1024x768 resolution. They want me to reduce
> it. The problem is that the fonts look small when viewed at 1280x1024. If I
> reduce it any further, the fonts will be really tiny and difficult to read
> as the resolutions increase.
>
> So, what to do?
Set the font size for the body element to 100%; that will be precisely the
default size that a user has set for his or her browser. If that's too big
or too small for a particular user, they should change their browser defaults
to suit their monitor size and/or resolution.
sherm--
--
My blog: http://shermspace.blogspot.com Cocoa programming in Perl: http://camelbones.sourceforge.net
|