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