/ Published in: CSS
Clearing Floats
Expand |
Embed | Plain Text
.clearfix:after { /* für Firefox, IE8, Opera, Safari, etc. */ content: "."; display: block; height: 0; clear: both; visibility: hidden; } * + html .clearfix { /* für IE7 */ display: inline-block; } * html .clearfix { /* für IE6 */ height: 1%; }
You need to login to post a comment.
