/ Published in: CSS
URL: http://www.positioniseverything.net/easyclearing.html
just add a class of .clearfix to any element containing a float needing to be cleared
Expand |
Embed | Plain Text
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
You need to login to post a comment.
