/ Published in: CSS
URL: http://www.1stwebdesigner.com/css/17-css-html-effects/
Many of you know about .clearfix method for correcting heights when you use floats. Well, in many of these cases, that amount of code could be replaced by just two lines
Expand |
Embed | Plain Text
.clearfix { zoom:1; overflow:hidden; }
You need to login to post a comment.
