Bonjour tous le monde
eu ... bonsoir ^^
J´ai un petit probleme et je galere dessus depuis tout a l´heure (alors que c´est rien du tout je suis sur ! :colere2: )
.
Le voici : Sous et seulement sous Internet Explorer le corps passe en dessous du menu !
http://areaofgames.free.fr/
voici le code de CSS :
body
{margin:0px
auto;font-family:arial;color:#5F582C;margin-top:0p
x;background-repeat:repeat-x;}
- page
{ width:772px;margin:auto;}
- banniere
{margin-bottom:0px;width:772px;height:173px;backgr
ound:url(images/banniere.png);}
- gauche {
float: left; /* Le menu flottera à gauche */
width: 120px; /* Très important : donner une taille au menu */
background-image:url("images/gauche.png");
height:593px;
width :221px;
background-repeat:repeat-x;
}
- centre {
margin-left: 221px; /* Une marge à gauche pour pousser le corps, afin qu´il ne passe plus sous le menu */
background-image:url("images/centre.png");
background-repeat: repeat-x; /* Une petite image de fond qui se répètera horizontalement en haut */
height:593px;
width:551px;
background-repeat:repeat-x;
}
- pied {
padding: 5px;
text-align: center;
background-image: url("images/pied.png");
background-repeat: no-repeat;
height:50px;
width:772px;
margin:0px;
}
Pouvez vous me dire ce qui ne va pas sbp
?? ?