Bonjour,
Je renconte quelques problèmes de compatibilités avec mes feuilles de style entre IE et Netscape. Le problème semble venir des largeurs et hauteurs automatiques.
Mon site est : w.ww.rec*ette-des*sert.com (en construction) et ma feuille de style se trouve ici w.ww.rec*ette-des*sert.com/style.css dont voici un exemple pour le menu concernant les ingrédients :
#tingredient {
padding-left: 10px;
padding-right: 10px;
padding-top: 13px;
font-size: 10px;
font-family: verdana;
font-weight: bold;
color: #ffffff;
width: 136px;
height: 43px;
background-image: url("images/top-ingredient.gif");
background-repeat: no-repeat;
}
#ingredient {
padding-top: 3px;
padding-bottom: 3px;
width: 136px;
height: auto;
background-image: url("images/fond-ingredient.gif");
background-repeat: repeat-y;
}
#bingredient {
width: 136px;
height: 16px;
background-image: url("images/bottom-ingredient.gif");
background-repeat: no-repeat;
margin-bottom: 8px;
}
Merci de votre aide.
Je renconte quelques problèmes de compatibilités avec mes feuilles de style entre IE et Netscape. Le problème semble venir des largeurs et hauteurs automatiques.
Mon site est : w.ww.rec*ette-des*sert.com (en construction) et ma feuille de style se trouve ici w.ww.rec*ette-des*sert.com/style.css dont voici un exemple pour le menu concernant les ingrédients :
#tingredient {
padding-left: 10px;
padding-right: 10px;
padding-top: 13px;
font-size: 10px;
font-family: verdana;
font-weight: bold;
color: #ffffff;
width: 136px;
height: 43px;
background-image: url("images/top-ingredient.gif");
background-repeat: no-repeat;
}
#ingredient {
padding-top: 3px;
padding-bottom: 3px;
width: 136px;
height: auto;
background-image: url("images/fond-ingredient.gif");
background-repeat: repeat-y;
}
#bingredient {
width: 136px;
height: 16px;
background-image: url("images/bottom-ingredient.gif");
background-repeat: no-repeat;
margin-bottom: 8px;
}
Merci de votre aide.