Voila le css de http://www.maxillosudest.com
Je n'arrive pas à voir le menu sous firefox alors qu'il apparait sous IE
Et le pied de page est invisible.
Merci à tous !!!!!!!!!!!!!!!!!!!!!!!!
Modifié par nicolari (25 Nov 2008 - 22:53)
Je n'arrive pas à voir le menu sous firefox alors qu'il apparait sous IE
Et le pied de page est invisible.
Merci à tous !!!!!!!!!!!!!!!!!!!!!!!!
/* CSS Document */
body {font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#000000;
background-image:url(image/Sand-Dunes-Soft.jpg);
background-repeat:repeat-y;
margin:0px;
}
/*conteneur global du site*/
#global {position:relative;
left:50%;
width:80%;
margin-left:-40%;
border-right:thin;
border-right-color:#6699CC;
border-right-style:double;
border-left:thin;
border-left-color:#6699CC;
border-left-style:double;
border-top:thin;
border-top-color:#6699CC;
border-top-style:double;
background-color:#99CCCC
}
/*Haut de page*/
#header {position:relative;
width:100%;
height:200px;
background-image:url(image/Ban-marseille1.jpg);
background-repeat:no-repeat;
}
#options {width:100%;
height:3%;
background-color:#6699CC;
text-align:right;
}
#cadrelogo{width:100%;
height:88%;
}
#logo{
float:left;
margin-right:15%;
}
#motdetitre{float:left;
}
#menu{
float:left;
margin-bottom:5px;
width:100%;
height:10%;
}
#gauche{
position:absolute;
float:left;
width:22%;
padding-left:1%;
padding-right:1%;
padding-bottom:5%;
border-right:thin;
border-right-color:#6699CC;
border-right-style:double;
border-top:thin;
border-top-color:#6699CC;
border-top-style:double;
border-bottom:thin;
border-bottom-color:#6699CC;
border-bottom-style:double;
background-color:#CCCCFF;
}
#centre{
position:absolute;
margin-left:24%;
width:75%;
padding-left:1%;
padding-right:0px;
padding-bottom:5%;
border-top:thin;
border-top-color:#6699CC;
border-top-style:double;
background-color:#FFFFCC;
}
/*Pied de page*/
#footer{
clear: both;
width:100%;
height:2%;
text-align:center;
border-top:thin;
border-top-color:#99CCCC;
border-top-style:double;
background-color:#6699CC;
}
/*Titre*/
.titre{padding-left:40px;
margin-top:5px;
margin-left:0px;
margin-right:10px;
width:140px;
height:30px;
line-height:20px;
font-size:14px;
}
#gauche .titre {background-color:#FFFFCC;
color:#000000;
}
#centre .titre {background-color:#6699CC;
color:#000000;
}
/*Style*/
.Style3{font-size:18px;
color:#996600;
}
Modifié par nicolari (25 Nov 2008 - 22:53)