Tag: clear
<< Anterior
Siguiente >>
Clearfix CSS Hack
Más info en http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack/
/* slightly enhanced, universal clearfix hack */ .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 */
En CSS hack float clear por alberto hace on 17/2/08 | Comentarios
<< Anterior
Siguiente >>
