> -----Original Message-----
> From: Guchemand
> Subject: Re: [css-d] Designing without tables
> 
> In IE6 the text on this page (http://www.csszengarden.com) doesn't
> change even when I select Text Size->Largest.  On the other 
> hand when I
> do the same thing on another page (eg., www.ebay.com) it 
> works fine, and
> the text size is enlarged.

This is because Internet Explorer cannot resize text whose size is set in 
pixels, but can size text set in other measurement details.

IE cannot resize this:

  body { font-size: 12px; }

but can resize this:

  body { font-size: 1em; }

I hope that helps.

Cheers,


-- 
Olly Hodgson
Web Designer, Sesame
 

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to