jugedred
3/28/2014 - 5:14 AM

clearfix

clearfix

.clearfix:after {
  display:block;
  clear:both;
  content:"";
}
.clearfix:after {
  content: "."; 
  display: block; 
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}