Duane Nelson wrote:

> I'm trying a new technique (for me) to stretch all three columns from
>  the header to the footer.  In IE (6 and 7), my floating left and 
> right columns are being cut off if my center column isn't long 
> enough.  The following page looks the way I want it to in FF:
> 
> http://nmdnaz.org/index2.html

Add...

* html #main {margin-bottom: 0; padding-bottom: 0; /*IE6*/}
*:first-child+html #main {margin-bottom: 0; padding-bottom: 0; /*IE7*/}

...below the existing bottom margin/padding manipulation, to help old IE
to render as intended.

This is necessary because #main isn't a float - doesn't have "Layout" in
old IE/win terms, and IE7 and older therefore can't handle such
margin/padding manipulations on it.


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