Ceci place bien le pied de page avec IE mais pas Mozilla
Code : Tout sélectionner
#pieddepage {
position: absolute;
bottom: 0;
width: 100%;
height: 100px;
text-align:center;
color: #000000;
left:0;
}
Merci d'avance.
JJ
Code : Tout sélectionner
#pieddepage {
position: absolute;
bottom: 0;
width: 100%;
height: 100px;
text-align:center;
color: #000000;
left:0;
}
Code : Tout sélectionner
<style>
#pieddepage {
position: absolute;
bottom: 0;
width: 100%;
height: 100px;
text-align: center;
color: #000000;
left: 0;
background-color: Aqua;
}
</style>
<div id="pieddepage">
test
</div>
Utilisateurs parcourant ce forum : Aucun utilisateur inscrit et 6 invités