1
edit
Changes
→FAQ
A. The linebox is used to contain everything on a single line:
[http://lxr.mozilla.org/seamonkey/source/layout/generic/nsLineBox.cpp#206 Example]
4. How do you fix inconsistent float behavior in firefox involving a two column layout using display:table and floating div
elements ?
A. [https://bugzilla.mozilla.org/show_bug.cgi?id=105520 This is a bug in Firefox.] You can work around it by removing display:table in the style rule with the "#main" selector or adding
clear:both to it.