For CSS, we know that vertical margin collapses, such as in example:
(The vertical margin between the divs are only 30px.)
But what about floated divs? Why do the vertical margins not collapse?
example: http://jsfiddle.net/rbxL7/3/
(the horizontal and vertical margins between the divs both end up as 60px).
According to W3C:
and…
which leads to…