Bonjour je suis débutant en ccs j'ai lu les cours mais quand je positionne ma banniere avec une couche (dreamweaver)sur ma page elle s'affiche correctement,sur mon pc 15 pces mais sur le pc de mon amie ( 1024 X 768)elle n'est pas centrée qui pourrais m'aider voici mon code ccs:
body
{
width: 900px;
margin: auto;
margin-top: 20px;
margin-bottom: 20px;
background-image: url("image de fond site.jpg");
}
#layer1{
width: 719px;
height: 146px;
background-image: url("banniere2.png");
margin-top: auto;
margin-left: auto;
margin-bottom: 10px;
}
body
{
width: 900px;
margin: auto;
margin-top: 20px;
margin-bottom: 20px;
background-image: url("image de fond site.jpg");
}
#layer1{
width: 719px;
height: 146px;
background-image: url("banniere2.png");
margin-top: auto;
margin-left: auto;
margin-bottom: 10px;
}