Par: Crocxx | Categorie: XHTML & CSS
.centre
{
margin-left : auto;
margin-right : auto;
width : 500px;
}
Code XHTML
<div class="centre"></div>
.centre
{
width : 250px ;
height : 200px ;
border : solid black 1px;
position : absolute ;
top : 50%; /* On positionne à 50% en haut */
left : 50%; /* On positionne à 50% à gauche */
margin-left : -125px ; /* On décale la boite vers la gauche de 125 pixels */
margin-top : -100px /* On décale la boite vers le haut de 100 pixels */
}
Code XHTML
<div class="centre"></div>
Faire un lien | Partenaires ©2005-2008 37Studio.fr Tous droits réservés Contact | RSS | Plan | Haut