Bonjour,
je travaille sur un nouveau site et j'ai un petit problème : j'ai un espace de quelques pixel entre mon div navigation et mon div centre
voici la css
Si qu'elqu'un peut m'expliquer le pourquoi du comment ?
Je précisie je suis sous IE
Merci
je travaille sur un nouveau site et j'ai un petit problème : j'ai un espace de quelques pixel entre mon div navigation et mon div centre
voici la css
* { padding: 0; margin: 0; }
body {
font-size: 0.7em;
font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
background: url(Images/ToutesPages/FondStriesGrises.bmp);
color: gray;
}
#conteneur {
margin-top: 10px;
margin-left: auto;
margin-right: auto;
width: 800px;
border: 2px solid #636563;
background: #FFFFFF;
}
#header {
margin: 0px;
padding: 0px;
height: 100px;
border-bottom: 1px solid #636563;
background: url(Images/ToutesPages/logo_petit.gif) no-repeat 5% 50%;
}
html>body #navigation {
height: auto;
min-height: 400px;
}
#navigation {
float: left;
width: 160px;
height: 40px;
margin: 0px;
padding: 0px;
}
html>body #centre {
height: auto;
min-height: 400px;
}
#centre {
height: 400px;
margin-left: 160px;
padding: 0px 0px 45px 10px;
background: url(Images/ToutesPages/numeros.gif) no-repeat 50% 100%;
border-left: 1px solid #636563;
}
#footer {
margin: 0px;
padding: 0px;
height: 20px;
line-height: 20px;
border-top: 1px solid #636563;
color: gray;
text-align: center;
}
Si qu'elqu'un peut m'expliquer le pourquoi du comment ?

Je précisie je suis sous IE

Merci