Return to Snippet

Revision: 21794
at December 21, 2009 12:03 by adamcoulombe


Updated Code
.container{ zoom:1; overflow:auto; }

Revision: 21793
at December 21, 2009 11:43 by adamcoulombe


Initial Code
<style type="text/css">
.myContainer:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
</style>

<!--[if IE]>
<style type="text/css">
.myContainer { zoom: 1; display: block; }
</style>
<![endif]-->

Initial URL


Initial Description


Initial Title
Cross-Browser Self-Clearing Float Containers using CSS

Initial Tags
css, xhtml

Initial Language
CSS