> In IE 6, the footer is only pushed down by the left and right columns, but
> not the center column.  This can be fixed by resizing the window, but the
> initial load is bugged.  

Tough one. Try adding these lines at the end of your style,

* html .column-one { 
        margin-left: 25%;  float: none; 
}
* html .column-two { 
        position: absolute; top: 0.1em; width: 25%; margin: 0; 
}
* html .column-three { 
        float: right; margin: 0.1em 2.5em 0 0; 
}

You can see the result here;

http://kalkadoon.net/sandbox/ie-footer/footer.html


How many browsers sacrificed with this fix = not known :(

-- 
Cem Meric | http://www.kalkadoon.net/ 
Kalkadoon Corporate Solutions


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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