28172 sujets

CSS et mise en forme, CSS3

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



EDIT : Voilà encore merci
Modifié par Maxime44710 (03 Aug 2008 - 20:14)
Salut,

Fusion des marges...
Un border-top, un padding-top ou un overflow: auto à ton bloc #centre... Je retourne à l'apéro Smiley cligne