Shanna Korby wrote:
> http://weddingelegancend.com/

> This is giving me trouble in IE6. Does anyone know what the issue 
> might be? The main content is being pushed below the sidebars.

Delete this...

<!--[if IE]>
<style type="text/css">
#outerWrapper #contentWrapper #content {
   zoom: 1;
}
</style>
<![endif]-->

...and IE6 will do fine. Such 'hasLayout' triggers on elements create
"hard margins" that'll prevent normal interaction with floats.

An alternative is to float #content too, and make necessary adjustments...
<http://www.gunlaug.no/tos/alien/sk/test_08_0930.html>
<http://www.gunlaug.no/tos/alien/sk/test_08_0930_files/900-scre.css>

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