22-02-2011, 08:22 PM
(22-02-2011, 08:13 PM)Sephi-Chan a écrit : Pourtant c'est un hack aussi.
oui mais c'est quand meme plus propre que:
selector {
min-height:500px;
height:auto !important;
height:500px;
}
ou que:
/* for Mozilla/Safari/Opera */
*>.box {
padding-top: 200px;
min-height: 1px;
}
*>.box p {
margin-top: -200px;
}
/* for IE, with IE5/Mac backslash filter \*/
* html .box {
height: 200px;
}
/* end filter */
non ?