/ Published in: CSS

Expand |
Embed | Plain Text
.clear { clear:both; display: block; height: 0; overflow: hidden; visibility: hidden; width: 0; line-height: 0; font-size: 0px; }
You need to login to post a comment.
gaborage on 10/28/10
1 person have marked this snippet as a favorite
.clear { clear:both; display: block; height: 0; overflow: hidden; visibility: hidden; width: 0; line-height: 0; font-size: 0px; }
You need to login to post a comment.