Bonjour, j'ai un petit souci de CSS :
mon code :
.haut {
background-image: url(img/haut.gif);
background-position: center top;
width: 727px;
height: 113px;
}
.gauche {
background-image: url(img/gauche.gif);
background-position: left center;
width: 162px;
height: 256px;
}
.corps {
background-image: url(img/corps.gif);
background-position: right center;
width: 540px;
height: 253px;
}
.bas {
background-image: url(img/bas.gif);
background-position: center bottom;
width: 418px;
height: 60px
}
Mon souci c'est que gauche c'est mon menu et il mes mon menu et dessous le corp je voudrais que le corps soi juste a coter du menu. merci de m'aider
clement
Partager