/ Published in: CSS
URL: http://nicolasgallagher.com/micro-clearfix-hack/
Nicolas Gallagher's new micro clearfix hack
Expand |
Embed | Plain Text
/* For modern browsers */ selector:before, selector:after { content: ""; display: block; } selector:after { clear: both; } /* For IE 6/7 (trigger hasLayout) */ selector { zoom: 1; }
You need to login to post a comment.
