Respuesta: Los float me eliminan el fondo de un div suele pasar que el elemeto contenedor no aparece o se contrae, parece ser que aqui es cuando entra el hack -clearfix-
.clearfix:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.clearfix {
display: inline-block;
}
html[xmlns] .clearfix {
display: block;
}
* html .clearfix {
height: 1%;
}
define al div wraper debes ponerle el microdformato class="clearfix", espero que te funcione |