Positionnement avec CSS
Résolu/Fermé3 réponses
Essaye avec ceci :
body
{
margin:0;
padding:0;
height: 100%;
width: 100%;
}
#header
{
width:100%;
position: absolute;
margin: auto;
top: 0px;
}
#menu
{
poisition: relative;
float:left;
width:19%;
}
#content
{
position : relative;
float: left;
width:60%;
}
#info
{
position: relative;
float: left;
width:19%;
}
#footer
{
position: relative;
width:100%;
}
body
{
margin:0;
padding:0;
height: 100%;
width: 100%;
}
#header
{
width:100%;
position: absolute;
margin: auto;
top: 0px;
}
#menu
{
poisition: relative;
float:left;
width:19%;
}
#content
{
position : relative;
float: left;
width:60%;
}
#info
{
position: relative;
float: left;
width:19%;
}
#footer
{
position: relative;
width:100%;
}
tchernosplif
Messages postés
600
Date d'inscription
dimanche 8 novembre 2009
Statut
Membre
Dernière intervention
21 juin 2015
245
4 sept. 2010 à 23:31
4 sept. 2010 à 23:31
margin-left:auto; est vraisemblablement la cause du décalage.