WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Font size - user control

for

From: Terrence Wood
Date: Sep 19, 2004 9:50PM


Hi,

I'm new to this list so if this has been answered before just skip over
it =)

It is best to avoid sizing fonts in px or pt text can't be resized in
IE/PC... that leaves em's and % available for sizing.

Images can use % as a unit size either through CSS or directly in the
tag, however this technique is best used width min and/or max
height and width in your CSS to prevent the image from becoming overly
pixellated in large browser windows. Min/max width/height is not
supported by IE/PC.

There are work around's for max/min width and height using MS's
expression property, but they depend on javascript support.


../tdw

On 20/9/04 3:17 PM, lisagoostrey wrote:
> Whenever you have to specify the size of ANYTHING, you should use %
> rather than fixed sizes (except for images, as they cannot utilize %
> sizes).