michaelp0730
10/6/2014 - 8:16 PM

Standard Clearfix plus Group version

Standard Clearfix plus Group version

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


/* Group version */
.group:before,
.group:after {
    content: "";
    display: table;
} 
.group:after {
    clear: both;
}
.group {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

/* Group for IE8+ */
.group:after {
  content: "";
  display: table;
  clear: both;
}