Forum Moderators: not2easy
The problem that I find is that if I go into IE, and resize the text, using VIEW-TEXTSIZE-LARGEST, it seems like the text grows
a lot, but the rest of the stuff grows disproportionately less.
With some of my divs, this behavior causes the IE "float drop" bug. Does anyone know the solution? I suppose I can create two separate stylesheets, and switch it back and forth using client-side code? Feels like I'm reinventing the wheel, since IE already has the text-resize feature.
<html><head>
<title>test
</title>
</head>
<body>
<div style = "border-style:solid; width: 10em; font-size:2em;">
<span style = "font-size:0.5em;">MMMMMMMMMMMMMMMMMMM</span>
</div>
</body>