Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Javascript] Control IE "text size"


  • From: javascript@xxxxxxxxxx (greg@xxxxxxxxxxx)
  • Subject: [Javascript] Control IE "text size"
  • Date: Tue, 24 Sep 2002 10:47:29 -0500

GREAT solution!  Thanks. 
 
The following message was sent by "Dan Costea" <costea.dan@xxxxxxxxxxxxxxx> on Tue, 24 Sep 2002 17:01:42 +0300.

> 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@xxxxxxxxxxx>
> To: <javascript@xxxxxxxxxx>
> 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@xxxxxxxxxxx
> > _______________________________________________
> > Javascript mailing list
> > Javascript@xxxxxxxxxx
> > https://lists.LaTech.edu/mailman/listinfo/javascript
> 
> _______________________________________________
> Javascript mailing list
> Javascript@xxxxxxxxxx
> https://lists.LaTech.edu/mailman/listinfo/javascript
>