How can a parent DIV wrap around child DIVs which are floating left or right?
Edited by Charisma, 20 July 2012 - 18:54.
Posted 19 July 2012 - 10:54
/*CLEAR FIX*
/* For modern browsers */
.clearfix:before,
.clearfix:after {
content:"";
display:table;
}
.clearfix:after {
clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
zoom:1;
}