Brian M. Curran wrote:
>>> Brian M. Curran wrote:
>>>
>>
>> re: <http://www.locallaw11news.com/>
>>
>>
>
> David,
> Thank you for all the great feedback. I made all the suggested 
> changes, and learned in the process. 




You're welcome-- its looking much better now and makes much more sense...





> Thanks again. One question though. In regards to:
>
>> This will keep the NYC Web "Accessibility Police" from shutting you 
>> down:
>> body {   /*font-size: small; font-family: Arial, sans-serif;*/
>> font: 100%/1.4 'Helvetica Neue', Arial, sans-serif;
>>    }
>
> My font size is now larger than I'd like it. I'm not familiar with 
> accessibility issues. Any comments?




Then add one of these to your style sheet. Use whatever one does for 
your personal need or aesthetic pleasure...
p { font-size: 95%; }
p { font-size: 90%; }
p { font-size: 85%; }
p { font-size: 80%; }
p { font-size: 75%; }
p { font-size: 70%; }
p { font-size: 65%; }
p { font-size: 60%; }
p { font-size: 55%; }

The "rule of thumb," among those of us who have been around for awhile,  
is to declare user default on the body and let the  content p inherit 
default. In other words, the decision  regarding whether the font-size 
is too big, too small, or just -right is left to the user to decide. She 
can then adjust it to her need (rather than your taste and whim ), in 
/her/ browser.
The roughly equivalent font-size default is :

pixel default=16px
keyword=medium (you had small)
em=1em
percent=!00% (I used percent as it seems more consistent to me 
cross-os/browser)

















>
> Sincerely,
> Brian
>
>
>
>
>
>
>
>
>
>
>
>
>
>

______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
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