On Feb 9, 2006, at 5:24 am, Gunlaug Sørtun wrote:

> 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].
Actually, if you care about Safari, it would be better to use 
{display:table}.

With  {display:table-cell}, the footer jumps to the top of the page in 
Safari.
That /is/ a bug in Safari.


Philippe
---
Philippe Wittenbergh
<http://emps.l-c-n.com/>

______________________________________________________________________
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