Bonjour à tous.
J'ai besoin de votre aide pour corriger mon code CSS.
Car sous firefox, le site n'as pas de pb et sous explorer je rencontre de gros soucis ( impossible de cliquer sur les images des menus, décalage entre la bannière et le corps...)
http://clubphotos21.free.fr/fleurey.html
voici le code
body
{
width:768px;
background:url("http://clubphotos21.free.fr/imgfon
d.jpg");
margin:auto;
position:relative;
margin-left:auto;
margin-right:auto;
}
- tout
{
margin:auto !important;
position:relative;
/margin-left:-30px;
margin-left:-80px !important;
}
- en_tete
{
width:768px;
height:165px;
background:url("http://clubphotos21.free.fr/bannie
re.jpg") no-repeat;
}
img
{
border:0px;
border-width:0px;
}
- menu
{
font-weight:bold;
width:182px;
height:900px;
background:url("http://clubphotos21.free.fr/design
2/menu2.jpg");
border-left:dashed;
border-width:1px !important;
border-top:dashed;
border-bottom:dashed;
}
- corps
{
width:586px;
height:900px;
border-color:#000000;
background-color:#a56e37;
border-style:dashed;
border-width:1px;
margin-left:180px;
margin-top:-902px;
border-left:none;
}
.presentationtext
{
padding-left:20px;
text-align:justify;
padding-right:10px;
text-indent:20px;
}
.compteur
{
margin-top:570px;
}
merci d'avance