voila ma css
donc mon design est centré pour toutes les resolutions sa marche sous ie impec le centrage
mais sous firefox c decalé sur la gauche
quelqu'un peut il maider svp
Modifié par pauline24030 (26 Aug 2005 - 01:46)
donc mon design est centré pour toutes les resolutions sa marche sous ie impec le centrage
mais sous firefox c decalé sur la gauche
quelqu'un peut il maider svp
/******* hyperlink et hover *******/
a:link, a:visited{
color:#3C5641;
text-decoration: none;
font: bold 90% Tahoma,sans-serif;
}
a:hover{
color:#80B464;
}
img {
border:none;
}
body {
margin: 10px auto 20px auto;
background-repeat:repeat;
width: 768px;
font-family: tahoma;
font-size: 10px;
color: #000000;
background-color: #000000;
}
/******* Design du site *******/
.topmenu { margin: 0px;
float: right;
}
.header { margin: 0px;
float: right;}
.dessous { margin: 0px;
float: right; }
.bas { margin: 0px;
float: right;}
.bas2 { margin: 0px;
float: right; }
/******* Includes colonne*******/
/******* Includes index*******/
Modifié par pauline24030 (26 Aug 2005 - 01:46)