Return to Snippet

Revision: 31303
at September 2, 2010 14:20 by hotdiggity


Initial Code
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

Initial URL
http://www.posterous.com

Initial Description
As used by Posterous. Forces parent element to stretch to the dimensions of its child element.

Initial Title
clearfix update

Initial Tags


Initial Language
CSS