disabling IE 'text size'
- Started
- Last post
- 6 Responses
- skel
any way to disable the Internet Explorer (among others) browser option to vary text by 'largest' 'larger' 'medium' smaller' or 'smallest' ?
different people's preference of the 'text-size' option is really wrecking a site i thoght i was almost done with
- aviary0
I don't think there is a way.
However, if you could - I would say you shouldn't. Usability isn't a bad thing.. often people use text sixing because they can't see so well.
It's the nature of the beast.. you can't control everything.
- monNom0
css text size set in px (or maybe it's pts?) seems to mess it up pretty good.
I like the text size thingy... learn to let text wrap
- sauerbraten0
css.
- skel0
the reason i wanted to disable it actually was in a spot where i had no text, but because i was using br's the images i was needing to be in a particular spot were being jostled around...
hence tables seem to have solved the problem, but i like to keep tables to a minimum... eh bien
i had tried css text sizing by px, but that didn't seem to make a difference
- Redmond0
Weird, I specify in css to lock the size for that reason. Works for me.
- Redmond0
Do you specify the line-height also?