Browser Layout Bugs

Bug
A static or relatively positioned container will have height 0 if it’s children are relatively positioned. Doesn’t seem to matter to Chrome. Firefox shits itself.
Fix
Set display to inline-block and width to 100%. Chrome and Firefox will both have the container have the total height of it’s children.