Bonjour !
J'obtiens un affichage différent avec IE et NE sur ce site :
http://www.recette-dessert.com.
Au centre le div avec un arrière plan et qui contient des autres div ne s'affiche pas sur toute la hauteur sous NE.
le style du div conteneur :
#lrecettes {
width: 453px;
height: auto;
min-height: inherit;
font-size: 10px;
font-family: verdana;
color: #6699cc;
padding: 10px;
abackground-image: url("images/fond-lrecettes.jpg");
abackground-position: center center;
abackground-repeat: no-repeat;
background-color: #F3F7FE;
border-bottom: 1px solid #6699cc;
}
et le style des div à l'intérieur :
.ar {
width: 100px;
height: 110px;
font-size: 9px;
font-family: verdana;
color: #ffcc33;
float: left;
margin-top: 5px;
margin-left: 15px;
margin-right: 15px;
text-align: center;
}
Merci pour votre aide
JM
J'obtiens un affichage différent avec IE et NE sur ce site :
http://www.recette-dessert.com.
Au centre le div avec un arrière plan et qui contient des autres div ne s'affiche pas sur toute la hauteur sous NE.
le style du div conteneur :
#lrecettes {
width: 453px;
height: auto;
min-height: inherit;
font-size: 10px;
font-family: verdana;
color: #6699cc;
padding: 10px;
abackground-image: url("images/fond-lrecettes.jpg");
abackground-position: center center;
abackground-repeat: no-repeat;
background-color: #F3F7FE;
border-bottom: 1px solid #6699cc;
}
et le style des div à l'intérieur :
.ar {
width: 100px;
height: 110px;
font-size: 9px;
font-family: verdana;
color: #ffcc33;
float: left;
margin-top: 5px;
margin-left: 15px;
margin-right: 15px;
text-align: center;
}
Merci pour votre aide
JM