Bonjour à tous!
Je viens ici chercher de l'aide car je suis en ce moment en train de coder mon site et j'ai un petit problême d'affichage avec IE..
Voyez vous mêmes: ici
Ca marche parfaitement sous Firefox mais pas sous IE.
Je vous donne le css: (J'ai enlever quelques trucs inutiles)
Voilà, vous savez tout!
Donc si quelqu'un à une idée..
Merci d'avance.
Modifié par Kels (06 Oct 2005 - 20:06)
Je viens ici chercher de l'aide car je suis en ce moment en train de coder mon site et j'ai un petit problême d'affichage avec IE..
Voyez vous mêmes: ici
Ca marche parfaitement sous Firefox mais pas sous IE.
Je vous donne le css: (J'ai enlever quelques trucs inutiles)
body
{
width: 100%;
margin: auto;
background-color: #FFFFFF;
font-family: "Trebuchet MS";
}
/* Header */
#header
{
top: 0px;
width: 100%;
min-width: 800px;
height: 245px;
}
.header-titre
{
position: absolute;
top: 20px;
width: 100%;
height: 175px;
background-image: url("header-titre.gif");
background-position: center;
background-repeat: no-repeat;
z-index: 4;
}
.header-left
{
position: absolute;
top: 20px;
left: 0px;
width: 400px;
height: 250px;
background-image: url("header-left.png");
background-repeat: no-repeat;
z-index: 3;
}
.header-center
{
position: absolute;
top: 20px;
width: 100%;
height: 250px;
background-image: url("header-center.png");
background-repeat: repeat-x;
z-index: 1;
}
.header-right
{
position: absolute;
top: 20px;
right: 0px;
width: 399px;
height: 250px;
background-image: url("header-right.png");
background-repeat: no-repeat;
z-index: 3;
}
/* Corps */
#corps
{
position: relative;
background-color: #FCFED6;
}
.corps-contenu
{
position: relative;
margin-left: 230px;
margin-right: 50px;
z-index: 4;
}
/* Cotés */
#cote-gauche /* C'est Ici que ca coince sous IE.. */
{
position: absolute;
top: 0px;
left: 0px;
float: left;
width: 50px;
height: 100%;
background-image: url(coté-gauche.png);
background-repeat: repeat-y;
z-index: 2;
}
#cote-droit
{
position: absolute;
top: 0px;
right: 0px;
float: right;
width: 50px;
height: 100%;
background-image: url(coté-droit.png);
background-repeat: repeat-y;
z-index: 2;
} /* Jusque là */
/* Footer */
#bas
{
position: relative;
bottom: 0px;
width: 100%;
min-width: 800px;
height: 150px;
}
.bas-left
{
position: absolute;
bottom: 0px;
left: 0px;
width: 399px;
height: 250px;
background-image: url("bas-left.png");
background-repeat: no-repeat;
z-index: 2;
}
.bas-center
{
position: absolute;
bottom: 0px;
width: 100%;
height: 250px;
background-image: url("bas-center.png");
background-repeat: repeat-x;
z-index: 1;
}
.bas-right
{
position: absolute;
bottom: 0px;
right: 0px;
width: 400px;
height: 250px;
background-image: url("bas-right.png");
background-repeat: no-repeat;
z-index: 2;
}
#footer
{
position: relative;
clear: both;
}
Voilà, vous savez tout!
Donc si quelqu'un à une idée..
Merci d'avance.

Modifié par Kels (06 Oct 2005 - 20:06)