This site heavily relies on bug reports created by its readers. Anyone can report a bug and be published.
Main navigation:
Search reports by browser:
In Safari, if you have a form that's inside a div with the clearfix (read about it here) class applied, the form will not show up on the page unless you specifically apply display: block to the containing div.
Test page Workaround is included
Reported by: Amber Rhea.
Safari, iCab | Reported on 12 April 2006.
Commenting guidelines:
Posted by Tino Zijdel on 13 April 2006
1You can automatically clear floats much more elegantly by using overflow: auto or hidden on the containing element instead of using the mentioned clearfix method.