Bonsoir,
Dans la v2.3 de mon site j'utilisais l'attribut height: 100% qui marchait sans problème, après une refonte du css. Celui ci ne marche plus, si par contre je met l'attribut position:absolute dans "contenair" alors l' attribut marche mais le site ne ce centre + ...
Merci d'avance pour l'aide
Modifié par Bleeps (22 Dec 2005 - 03:05)
Dans la v2.3 de mon site j'utilisais l'attribut height: 100% qui marchait sans problème, après une refonte du css. Celui ci ne marche plus, si par contre je met l'attribut position:absolute dans "contenair" alors l' attribut marche mais le site ne ce centre + ...
[b]Stylsheet[/b]
body {
background-color:#D6CFC5;
background-image:url(img/patern.png);
font-family:"Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif;
font-size: 13px;
margin-top:0px;
}
#contenair {
background-color:#D6CFC5;
margin: auto;
height:100%;
width:800px;
}
#content {
overflow:auto;
}
#title {
background-color:#D6CFC5;
border:0px;
width: 88px;
height:600px;
float:left;
}
#paint {
background-color:#D6CFC5;
background-repeat:no-repeat;
width:138px;
height:400px;
float:right;
}
#banner {
background-color: #E2DED8;
width:98%;
height:10%;
overflow:scroll;
border:1px solid #AC9E8A;
border-right: 3px solid #AC9E8A;
}
#footer {
background-color:#D6CFC5;
font-family: Verdana;
font-size: 10px;
text-align:center;
clear:both;
bottom: 0px;
}
Merci d'avance pour l'aide
Modifié par Bleeps (22 Dec 2005 - 03:05)