Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Textzoom and CSS

Status
Not open for further replies.

jtaal

Technical User
Jan 17, 2004
23
NL
Another Problem:
Textzoom in Mozilla and Netscape resizes text even if the font-size: is somewhat like 11px. IE doesn't resize these if the user tries to resize tekst... It's not that i don't want text to be resized by the browser (Maybe there is a way, if you know please tell).
I want to resize and replace DIVs if the browser overrules the given font-size.
Example
Code:
<div style=&quot;font-size: 11px;&quot;>text</div>
 
Maybe you can restate your goal. As far as I know a <div> is a block element that will always resize to the width of its container (<body>, <td>, or whatever) by default.
 
OK, i have fixed width/height <div> blocks, other layers depend on there sizes... So i want to know if the text inside a <div> is bigger than usual
I can't use relative, because strange thing happen if i do that.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top