Bonsoir à tous,
Je n'arrive plus a caler mon pied de page en bas de page, en css sur mes pages de site.
voici mon code css.
C'est
#footer qui ne va pas !!
Une idée ?
Merci
#global {
position: relative;
margin: auto;
width:825px;
border: 0px solid #000;
}
#header {
position:absolute;
left:12px;
top:5px;
width:794px;
height:95px;
border: 1px solid #dedede;
border-right: 2px solid #dedede;
border-top: 2px solid #dedede;
}
#navigation {
float: left;
position:absolute;
left:12px;
top:106px;
width:171px;
height:auto;
background: url(img/nav.png) repeat-y;
border-width: 1px;
}
#navhaut {
height: 14px;
background: url(img/navhaut.png) no-repeat;
}
#navbas {
height: 15px;
position: relative;
background: url(img/navbas.png) no-repeat;
width: 171px;
bottom: -1px;
}
#contenu {
float: right;
position: absolute;
margin-left: 189px;
margin-top:106px;
margin-bottom: 10px;
width:620px;
height: auto;
background-image: url(img/contenu_milieu.png);
border-color: #b3b3b3;
border-width: 1px;
}
#conhaut {
height: 14px;
background: url(img/contenu_haut.png) no-repeat;
}
#conbas {
background: url(img/contenu_bas.png) no-repeat;
height: 14px;
}
#footer {
width:617px;
height:32px;
border: 1px solid #dedede;
position: absolute;
left: 189px;
text-align: center;
border-top-width: 2px;
border-top-color: #dedede;
border-right-width: 2px;
border-right-color: #dedede;
top: 0;
margin-bottom: 0;
}