Disappearing forms

Atom RSS

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.

Comments

(Add your own)

Posted by Tino Zijdel on 13 April 2006

1

You can automatically clear floats much more elegantly by using overflow: auto or hidden on the containing element instead of using the mentioned clearfix method.

Post a comment

Commenting guidelines:

  1. When quoting specs, articles or your own research, please include a URL of the document.
  2. Test your stuff. When reporting browser behaviour, make sure that your report is correct.

Yes