| Adrienne 2005-04-20, 1:09 pm |
| Gazing into my crystal ball I observed "daman" <patricksadleriii@yahoo.com>
writing in news:1113632840.207233.176570@z14g2000cwz.googlegroups.com:
> been developing a website and would like to know how do you guys get
> the text inside of the webpage to resize as the windows cursor handles
> resizes the browser?
> Prethanks everyone
>
>
The text does not resize that way. The user can resize the text to
whatever size is comfortable. Therefore, it is important NOT to use fixed
size units when declaring a font size, use ems or percentages. Percentages
are recommended because IE has issues with ems. Better yet, do not declare
a font size at all, that way the font size will be at the user's preferred
size.
--
Adrienne Boswell
http://www.cavalcade-of-coding.info
Please respond to the group so others can share
|