[Javascript] Control IE "text size"

Dan Costea costea.dan at ssi-schaefer.ro
Tue Sep 24 09:01:42 CDT 2002


You can set fixed font size by using Cascading Style Sheets (css). For
example:

<div style="font-size: 20pt;">asdfasdfasd</div>
or
<div style="font-size: 20px;">asdfasdfasd</div>

So, you can change the font size to depend on the rezolution (px) or not
(pt).

----- Original Message -----
From: <greg at krieser.com>
To: <javascript at LaTech.edu>
Sent: Tuesday, September 24, 2002 4:52 PM
Subject: [Javascript] Control IE "text size"


> Internet Explorer provides the user the ability to adjust text size using
the View menu, then Text Size. I noticed that some site have format problems
(particularly in closely cropped table) when 'larger' and 'largest' sizes
are specified. The 'medium' setting is the default. Is it possible to
temporarily control this setting using JavaScript? Is the best solution to
make graphics of text that could be a problem?
>
> Thanks,
>
> Greg Krieser
> greg at krieser.com
> _______________________________________________
> Javascript mailing list
> Javascript at LaTech.edu
> https://lists.LaTech.edu/mailman/listinfo/javascript




More information about the Javascript mailing list