I have a div in my page which takes up the full length of the screen. Under it I have another, similar div. I want a gap between them, so I set margin-bottom: 50px for the first one.
In Firefox, this has no effect, and places the divs right next to each other. But, if I give the first one a...