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 (Josiah Gordon)
  • Subject: [Javascript] Control IE "text size"
  • Date: Tue, 24 Sep 2002 10:10:39 -0700

<<ou can set fixed font size by using Cascading Style Sheets (css)>>

Just a heads up and my $0.02.

This is a workaround, not a solution.

In Netscape 7.0+, Mozilla, and Opera (as well as others) the browser does
not allow a page author to hijack the user's browser by forcing an explicit
text size. IE is wrong to do it, and designing a page that insists on this
behavior will only frustrate your users with bad eyes or hi-res laptop
screens and will only break when IE changes to the correct implementation of
style sheets. You have been warned. Any page designed like this will break
on all current browsers in a short time.


--Josiah Gordon