bonjour,
Je suis chargé du site web :
http://maigrirvite.monespace.net/et j'ai un problème mon header se décale de 1px vers le bas dans firefos et dans IE encore plus ! voici mon code CSS :
#header {
background-image: url(../images/header.jpg);
height: 211px;
width: 710px;
margin-right: auto;
margin-left: auto;
overflow: hidden;
margin-top: 0px;
}
#bg {
background-color: #373737;
background-image: url(../images/bg.jpg);
background-repeat: repeat-x;
margin-top: 0px;
}
#contentbg {
background-image: url(../images/contentbg.gif);
background-repeat: repeat-y;
height: auto;
width: 590px;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
overflow: hidden;
padding-right: 30px;
padding-left: 30px;
}
#bg #contentbg ul {
font-family: verdana, tahoma, arial;
font-size: 14px;
line-height: 21px;
}
h1 {
font-family:verdana,tahoma,arial;
font-size:26px;
color:#0c1d35;
line-height:50px;
text-align: center;
}
p {
font-family:verdana,tahoma,arial;
font-size:14px;
color:#1f1f1f;
line-height:21px;
}
h2 {
font-family:verdana,tahoma,arial;
font-size:26px;
color:#0c1d35;
line-height:50px;
text-align: center;
}
#footer {
background-image: url(../images/footer.jpg);
height: 151px;
width: 710px;
margin-top: 0px;
margin-right: auto;
margin-left: auto;
overflow: hidden;
}
MERCI D'AVANCE POUR VOTRE AIDE