/ Published in: CSS
CSS clearfix without using overflow: hidden.
Expand |
Embed | Plain Text
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } /* slightly enhanced, universal clearfix hack */ .clearfix {display: inline-block;} /* start commented backslash hack \*/ * html .clearfix {height: 1%;} .clearfix {display: block;} /* close commented backslash hack */ .clear {clear:both;}
You need to login to post a comment.
