Gunlaug Sørtun wrote:
> It will also fail when the div is expanded, because you can't clear 
> below '.big'.

So, the only solution seems to be to wrap a div around everything below
#togglebar, and float that div with a negative backside margin - only in
IE6 and below.

HTML:

<div id="right">

<div id="togglebar"></div>

<div id="fixie">

Lorem ipsum dolor ...
                        
<div class="big"></div>
                        
Lorem ipsum dolor ...

</div>
                
</div>

CSS:

* html #fixie {float: left; margin-right: -50%; width: 720px;}


No need to mess with '.big' for IE6 then.

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