Wow - that's perfect!  I had to put the declaration on both of the floated
divs, not just one, in order for it to be fixed in my IE6.  But that's
swell!  Thanks.  :-)

So, in order to turn this into a learning process, had these divs had
margins on more than just the one side, would they all have gotten doubled?
Does this always happen in IE6 with floated items that have margins?  Or is
it just when there are more than one floated item?



> You're experiencing the 'margin-doubling on floats' bug in IE6.
>
> Look once more at my example - in IE6...
> >> <http://www.gunlaug.no/tos/alien/ca/test_08_0116.html>
> ...and see that there's no spacing problem. That's because I "killed"
> the 'margin-doubling' bug by declaring 'display: inline' on #stories.
> Floats can't 'display: inline' so it is a nonsensical declaration, but
> it fixes the bug in IE6.
>
______________________________________________________________________
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