Dan Katz wrote:
> Please take a look at the header of this site:
> 
> http://ecosphere-services.com

IE can't "shrink width to content" on floats when the content is floats.
Thus, IE needs a declared width on #locations.

That width must be in 'em' to accommodate font-resizing, but because you
have mixed pixels and em in there you'll never get it right.
Something like...

#locations {*width: 15.5em;}

...(hacked for IE-only - this way or whichever way you like) will be
close though.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to