/ Published in: CSS
Use group class as the container for floating blocks. Works in IE6/7/8 too.
Expand |
Embed | Plain Text
.group:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } * html .group { height: 1%; } *:first-child+html .group { min-height: 1px; }
You need to login to post a comment.
