|
Posted by Beauregard T. Shagnasty on 02/11/06 07:24
©® wrote:
> Beauregard T. Shagnasty wrote:
> > to begin. If the author had simply assigned body and content
>> font-sizes using percentages, none of that would be necessary, as all
>> visitors would see it in their preferred default size.
>
> Hmmn...that sounds interesting. I have never heard about percentages -
> please explain or send ne to a tutorial. Thanks
The reason is when you use pixel sizing { font-size: 12px; } the most
popular browser like object, Internet Explorer, will not allow visitors
to change size, should they be vision impaired, or you pick something
too small for even people with normal vision. The solution is
{ font-size: 100%; } Assign slightly larger percentages for <Hx>
elements, and slightly smaller for legalese (85-90%).
That's it.
--
-bts
-Warning: I brake for lawn deer
[Back to original message]
|