Dan Clarkson wrote:

> The problem is I that I EITHER get the content and sidebar to align 
> correctly but without the interior wrapper enclosing the elements as 
> follows: http://www.funkate.co.uk/NEW/inner_page.html

> OR I get the inner wrapper to correctly wrap around the two elements,
> but then I get the dreaded drop-float: as follows: 
> http://www.funkate.co.uk/NEW/inner_page2.html

> I can't seem to get BOTH the two elements floating correctly AND them
>  enclosed in the interior wrapper.

Take your first example...

<http://www.funkate.co.uk/NEW/inner_page.html>

...and add...

#contentwrapper {
background: #789 /* just to make it visible */;
float: left /* expand to contain inner floats */;
width: 100% /* stretch to full width */;
}

...and it'll behave as you want in all browsers.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- 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