----- Original Message ----- 
From: "Michael Adams" <[EMAIL PROTECTED]>
To: <css-d@lists.css-discuss.org>
Sent: Tuesday, November 04, 2008 12:12 PM
Subject: Re: [css-d] how to get rid of scroll bar?


> On Mon, 03 Nov 2008 19:01:19 -0600
> Came this utterance fomulated by Peter Hyde-Smith to my mailbox:
>
>>
> [snip]
>>
>> IMO, you've got a ton of CSS; maybe want to more distinctly separate
>> basic layout CSS from fiddley-bits. Also, recommend setting font-size
>> in % instead of fixed pixels, for browser friendly resizing.
>>

Hence, Michael's erudite response...

> Setting all font sizes in % is not recommended. nested table cells,
> paragraphs, lists or blockquotes inherit their font size then apply the
> percent again, so you can get 66% of 66% or 44% as a result.
>

Michael:

I should have been more specific. From an accessibilty/usibilty standpoint 
this delcaration of Bill's CSS 
http://www.shopkeepers-r.us/stylesheets/application.css?1225143428,

body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   13px;
  line-height: 18px;
}

may be better served in part,

body    {font: 100%/1.4 verdana, arial, helvetica, sans-serif;}

with child elements served in ems (or just left alone). I've been down the 
road of nested %'s. It's confusing and ugly.

Peter
www.fatpawdesign.com
developing in: WinXP/SP2 + FF3.0.3 at 1024x768 and 1280x1024
checking in: IE8.0beta/O9.61/Av11.6/Cr0.2/Orca1.1
In God we trust, all else bring data...



______________________________________________________________________
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