Code : Tout sélectionner
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */Code : Tout sélectionner
div id="Site" class="clearfix">Code : Tout sélectionner
<div id="main" class="clearfix">Code : Tout sélectionner
.clearBr {
clear: both;
height: 0;
font-size: 1px;
line-height: 0px;
}Code : Tout sélectionner
<br class="clearBr"/>Code : Tout sélectionner
.clear {
overflow: hidden;
height: 1%;
}