Part 7. CSS issues and bugs

Margin collapse

Vertical margins may collapse between certain boxes:

As you can see in the example below, the vertical margins of block boxes in normal flow will colapse to the largest amount. In the first example, the two margins are the same. In the second example, the top box's margin is bigger.