Re: Relative Font Size

The advantage of percentages is that they look "the same" in all browsers.
Em look little in netscape and mozilla for example.
it's better to use xx-large x-large large medium small x-small or xx-small 
The "problem" with em or medium ... is that you can't decrize the size of the caracters.

the best way is certainly to use percentage.

if you look at WAI css, medium ... sizes are used.

But in my own experience, percentage are better to all browsers compatiblility.



>When using relative font sizes in style sheets, I'm wondering if it's more preferable to use the "em" unit rather and percentages.  W3C seems to recommend the "em" unit, but I'm curious if percentages are ok?
> 
>------------------
>for example:
> 
>..body   {FONT-SIZE: 70;FONT-FAMILY:verdana,arial;color:#000000;}
> 
>vs.
> 
>..body   {FONT-SIZE: .75em;FONT-FAMILY:verdana,arial;color:#000000;}
>----------------
> 
> 
>Thanks!
>Eileen
> 
> 
>Eileen O'Brien
>Hubbard|One
>p: 312.939.5000 x 223
>e:  <mailto:eobrien@hubbardone.com> eobrien@hubbardone.com
> 

Received on Tuesday, 17 June 2003 11:44:54 UTC