/ Published in: CSS
Expand |
Embed | Plain Text
.clearfix { *zoom: 1; } .clearfix:after { content: " "; display: block; clear: both; visibility: hidden; font-size: 0; height: 0; }
Comments
Subscribe to comments
You need to login to post a comment.

Simply apply a class of "clearfix" to any parent element that will need clearing.