Ricky Zhou wrote:
> Gah-- forgot to test in Opera (and the + was just so that I wouldn't 
> have to download the file, as I mentioned).  Would this work (tested 
> it in IE, Opera, Konqueror, and Fx)?
> 
> #top { overflow: auto;} #logo { float: left; } #beach { float: right;
> }
> 
> (I just wanted to avoid fixing the height).

I'd like to avoid that 'height' too :-)

The above will work in the latest versions, although Moz/Firefox
sometimes adds ugly scrollbars when 'overflow: auto;' is used.
'overflow: hidden;' usually solves this potential Moz/Firefox problem,
but all use of 'overflow: (other than visible)' to create a containing
block might mess things up in older versions of any browser.

An ordinary clearing-element below the floating elements inside #top,
will work pretty well in all browser-versions.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to