/ Published in: CSS
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
Copy this code and paste it in your HTML
.clearfix { zoom:1; overflow:hidden; }
URL: http://www.1stwebdesigner.com/css/17-css-html-effects/