[EMAIL PROTECTED] wrote:
> still, i wonder why the floated p has 'different' padding + margin 
> than the non-floated p, as the only difference between the p's is the
>  'float: right' ??

There seems to be some 'collapsing margins'[1] at play here, where the
two paragraphs interacts with the styled div above. Not easy to spot,
and IE6 has its own interpretation of what should happen if we test it.

I created this simple test out of the original case...
<http://www.gunlaug.no/tos/alien/test_7980.html>
...so I could at least see what's happening.
Now it's time to dissect it and sort out the bugs :-)

regards
        Georg

[1]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
IE7 information -- 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