Anthony DiSante wrote: > http://nodivisions.com/stuff/cssproblem/04/clearfix.html
> http://nodivisions.com/stuff/cssproblem/04/clearer-DIV.html > Any idea how I can achieve the float-clearing without getting that > bottom margin? Add: #footer {display: table-cell;} ...and the footer will touch the bottom in Firefox, in accordance with specs[1][2]. regards Georg [1]http://www.w3.org/TR/CSS21/visuren.html#q15 [2]http://www.w3.org/TR/CSS21/box.html#collapsing-margins -- http://www.gunlaug.no ______________________________________________________________________ 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/
