Code:
.clearFix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.clearFix {
display: inline-block;
}
/* start commented backslash hack \*/
* html .clearFix {
height: 1%;
}
.clearFix {
display: block;
}
/* close commented backslash hack */
*, html {
margin: 0;
}