Re: thoughts on non-compliant browsers

Rather than simply continue to dispute whether Mozilla handles
zooming in the best way, let me point out that there IS a way to
get elements to zoom along with the font in Mozilla.

Instead of using:
<p style="width:320px ;f ont-size:20px">
if one uses:
<p style="width:16em ; font-size:20px">
then the width of the paragraph will zoom along with the font in size.

Received on Sunday, 7 March 2004 19:43:34 UTC