CSS: clearfix #sublime
/* clearfix */ .group:before, .group:after { content: ""; display: table; } .group:after { clear: both; } .group { zoom: 1; }