28221 sujets
Oui, avec min-height
Entre IE et Firefox, le resultat est différent !
Sur IE, ce me convient. Sur Firefox,non
http://www.iteks.fr
Merci d'avance pour l'aide
Sur IE, ce me convient. Sur Firefox,non
#global {
position:relative;
margin-left:auto;
margin-right:auto;
background-color:#f1f1f1;
width:700px;
border:1px solid gray;
}
#corps {
position:relative;
left:210px;
top:20px;
background-color:#ffffff;
width:490px;
[b]height:auto;
height:416px;
min-height:415px;[/b]
}
http://www.iteks.fr
Merci d'avance pour l'aide

Flyman30 t'a laissé comprendre qu'il y'avait un bug avec IE : IE ne reconnait tout simplement pas min-height et la confond avec height.
Tu as des explications et autres solutions sur ce billet
Tu as des explications et autres solutions sur ce billet