Min-Height Fast Hack CSS Publicado em 5 de janeiro de 2010 por Adeilson Responder selector { min-height:500px; height:auto !important; height:500px; } Fonte: http://www.dustindiaz.com/min-height-fast-hack/ 00
CSS Hack Publicado em 5 de janeiro de 2010 por Adeilson Responder height: 50px; *height: 30px; /* altera propriedade do IE6 e IE7 */ _height: 20px; /* apenas IE6 */ 00