Gabriele Romanato wrote:
> hi all.  did someone make some tests about? I'd like to see a wiki
> page on incutio.

I'd like to see some tests on that too.
IE8b1 adds in line-height for the generated content - 'height: 0' means
nothing to it in practice, so there will be big gaps in layouts in some
cases.
Haven't gotten around to create my own test-cases to cover all
situation, but zeroing out line-height by adding...

.clearfix:after {
font-size: 1px;
line-height: 0;
}

...solves the problems in all situations I've encountered so far. This
is a harmless but illogical fix, so IE8 should be fixed.

        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