Search the archives!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Javascript] Control IE "text size"
- From: javascript@xxxxxxxxxx (Cheryl Kirkpatrick)
- Subject: [Javascript] Control IE "text size"
- Date: Tue, 24 Sep 2002 13:40:03 -0400
Please consider the reason Internet Explorer gives the user the ability to adjust text size. Some users have vision problems and need to set text to a size they can see. You are doing a disservice to those users when you override their preferences. Accessibility of Web sites is a big issue at this time and the W3C recommends using relative font sizes. Cheryl Kirkpatrick Web Administrator South Carolina State Library javascript-request@xxxxxxxxxx wrote: > Send Javascript mailing list submissions to > javascript@xxxxxxxxxx > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.LaTech.edu/mailman/listinfo/javascript > or, via email, send a message with subject or body 'help' to > javascript-request@xxxxxxxxxx > > You can reach the person managing the list at > javascript-admin@xxxxxxxxxx > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Javascript digest..." > > Today's Topics: > > 1. Control IE "text size" (greg@xxxxxxxxxxx) > 2. RE: Control IE "text size" (Muchacho, Laurent (TWIi London)) > 3. Re: Control IE "text size" (Dan Costea) > 4. Re: Control IE "text size" (greg@xxxxxxxxxxx) > > --__--__-- > > Message: 1 > To: javascript@xxxxxxxxxx > From: "greg@xxxxxxxxxxx" <greg@xxxxxxxxxxx> > Date: Tue, 24 Sep 2002 08:52:29 -0500 > Subject: [Javascript] Control IE "text size" > Reply-To: javascript@xxxxxxxxxx > > 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' se > tting 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 > > --__--__-- > > Message: 2 > From: "Muchacho, Laurent (TWIi London)" <LMuchacho@xxxxxxxx> > To: "'javascript@xxxxxxxxxx'" <javascript@xxxxxxxxxx> > Subject: RE: [Javascript] Control IE "text size" > Date: Tue, 24 Sep 2002 15:01:16 +0100 > Reply-To: javascript@xxxxxxxxxx > > Hi Greg > > I don't think you can control this setting in internet explorer or other > browser but you can use CSS to set style to your text and the setting will > not overide the size you specified to your font > > Laurent > > -----Original Message----- > From: greg@xxxxxxxxxxx [mailto:greg@xxxxxxxxxxx] > Sent: 24 September 2002 14:52 > To: javascript@xxxxxxxxxx > 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 > > DISCLAIMER - The preceding e-mail message (including any attachments) > contains information that may be confidential, may be protected by the > attorney-client or other applicable privileges, or may constitute non-public > information. It is intended to be conveyed only to the designated > recipient(s) named above. If you are not an intended recipient of this > message, or have otherwise received it in error, please notify the sender by > replying to this message and then delete all copies of it from your computer > system. Any use, dissemination, distribution, or reproduction of this > message by unintended recipients is not authorized and may be unlawful. The > contents of this communication do not necessarily represent the views of > this company. > > --__--__-- > > Message: 3 > From: "Dan Costea" <costea.dan@xxxxxxxxxxxxxxx> > To: <javascript@xxxxxxxxxx> > Subject: Re: [Javascript] Control IE "text size" > Date: Tue, 24 Sep 2002 17:01:42 +0300 > Reply-To: javascript@xxxxxxxxxx > > 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 > > --__--__-- > > Message: 4 > To: javascript@xxxxxxxxxx, <javascript@xxxxxxxxxx> > From: "greg@xxxxxxxxxxx" <greg@xxxxxxxxxxx> > Cc: costea.dan@xxxxxxxxxxxxxxx, javascript-admin@xxxxxxxxxx > Subject: Re: [Javascript] Control IE "text size" > Date: Tue, 24 Sep 2002 10:47:29 -0500 > Reply-To: javascript@xxxxxxxxxx > > 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 > > > > --__--__-- > > _______________________________________________ > Javascript mailing list > Javascript@xxxxxxxxxx > https://lists.LaTech.edu/mailman/listinfo/javascript > > End of Javascript Digest -- Cheryl Kirkpatrick Web Administrator/ Information Technology Librarian South Carolina State Library http://www.state.sc.us/scsl/ Telephone: 803.734.5831
- Prev by Date: [Javascript] Control IE "text size"
- Next by Date: [Javascript] Add 10 working days.
- Previous by thread: [Javascript] Control IE "text size"
- Next by thread: [Javascript] Add 10 working days.
- Index(es):