Un petit espace entre mes bloc de div

Résolu/Fermé
maxime44 Messages postés 704 Date d'inscription jeudi 1 mai 2008 Statut Membre Dernière intervention 3 juillet 2013 - 3 août 2008 à 19:44
 Majo - 7 juin 2011 à 10:32
Salut,
J'ai un problème, j'utilise des DIV pour contenir mon site et, il y a un espace entre-elles sous firefox mais pas sous ie :
http://www.wolfsite.fr/lol/

Voici mon css :

body {
background-image:url(images/background.png);
}

.header {
height:200px;
width:800px;
margin:auto;
padding:0px;

}

.conteneur {
margin:auto;
height:auto;
width:800px;
padding:0px;

}

.centre {
margin:auto;
height:auto;
width:800px;
background-color:#DDDDDD;
padding:0px;

}

.menu {
float:left;
width:175px;
height:700px;
background-image:url(images/menu.png);
padding:0px;
margin:0px;
}




Où dois-je modifier quelque chose ?
Merci

6 réponses

maxime44 Messages postés 704 Date d'inscription jeudi 1 mai 2008 Statut Membre Dernière intervention 3 juillet 2013 78
3 août 2008 à 20:34
Oui je viens de trouver la solution :
J'ai mis un Overflow:auto; sur ma div .center ;)

13
Nickel! Merci!
0