Steve Caramia wrote:
>
> I've tried all the fixes I could find (adding a margin of 0 to the  
> left column, a haslayout comment --) and the middle cleared column  
> still falls below the floated left column before it.
>
>
> http://www.caramiadesign.com/zen  
> Steve
>
>   




Add this to the style sheet for IE/6/0:

* html #supportingText {
    margin-left: 230px;
}

Delete this from the style sheet:

[if lt IE 7]> <style>
/* style for IE6 + IE5.5 + IE5.0 */
.gainlayout { height: 0; }
</style><![endif]

Validate the markup.

______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
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