Salut à tous,
Je suis en train de bosser sur un site et j'ai un problème d'affichage sous IE.
Dans le header du site à droite, le bloc (de toutes les couleurs) ne s'affiche pas correctement sous IE.
Les blocs s'agrandissent en hauteur, alors que sur firefox tout est ok.
Je ne comprends pas d'où ça vient.
En plus dans ma feuille de style j'ai mis des hauteurs fixes à mes blocs.
Merci pour vos conseils.
ID
http://www.alexance-hosting.com/
Code css qui affiche le bloc panier :
Modifié par Felipe (11 Feb 2008 - 15:37)
Je suis en train de bosser sur un site et j'ai un problème d'affichage sous IE.
Dans le header du site à droite, le bloc (de toutes les couleurs) ne s'affiche pas correctement sous IE.
Les blocs s'agrandissent en hauteur, alors que sur firefox tout est ok.
Je ne comprends pas d'où ça vient.
En plus dans ma feuille de style j'ai mis des hauteurs fixes à mes blocs.
Merci pour vos conseils.
ID
http://www.alexance-hosting.com/
Code css qui affiche le bloc panier :
/*panier*/
.panier-global{
float:left;
width:227px;
height:62px;
margin:0px;
padding:0px;
}
.panier-left1 {
width:227px;
height:5px;
float:left;
/*background-color:#02376D;*/
background-color:green;
}
.panier-left2 {
width:42px;
height:48px;
float:left;
/*background-image:url(../../images/global/panier02.jpg);
background-repeat:no-repeat;*/
background-color:red;
}
.panier-left3 {
/*background-image:url(../../images/global/panier03.jpg);
background-repeat:no-repeat;*/
background-color:yellow;
width:171px;
height:24px;
float:left;
}
.panier-left4 {
/*background-color:#02376D;*/
background-color:orange;
width:14px;
height:48px;
float:right;
}
.panier-left5 {
/*background-image: url(../../images/global/panier05.jpg);
background-repeat:no-repeat;*/
background-color:pink;
width:171px;
height:24px;
float:left;
}
.panier-left6 {
/*background-color:#02376D;*/
background-color:purple;
width:227px;
height:9px;
float:left;
}
Modifié par Felipe (11 Feb 2008 - 15:37)