CSS clearfix

I have faced div growing problem in alamcode.com, some of the CSS developers solve this by
height:100%;
overflow:hidden;

but my suggestion is we can solve this by css clearfix technique:)
more details : http://www.webtoolkit.info/css-clearfix.html

Leave a Reply