Bonsoir à tous.
Suite à la lecture de la page Alsacréation dédiée au centrage des éléments,
j'ai (tenté d')appliqué ceci dans un tempate que j'ai adapté, ici :
.wrapper {
background: url("/images/interf/photos-top1.jpg") no-repeat scroll center top;
position: relative; /* on positionne le conteneur */
margin-left: auto;
margin-right: auto;
width:1600px;
}
et
header {
background: url("/images/interf/header_bg.png") no-repeat scroll center top transparent;
height: 320px;
position: relative;
margin: 0 auto;
width: 1600px;
z-index: 3;
}
En fait, je cherche à centrer mon header, qui fait 1600 px de large, sans ascenseur horizontal.
Quelqu'un(e) a une idée ?
D'avance merci.
Soundy
Suite à la lecture de la page Alsacréation dédiée au centrage des éléments,
j'ai (tenté d')appliqué ceci dans un tempate que j'ai adapté, ici :
.wrapper {
background: url("/images/interf/photos-top1.jpg") no-repeat scroll center top;
position: relative; /* on positionne le conteneur */
margin-left: auto;
margin-right: auto;
width:1600px;
}
et
header {
background: url("/images/interf/header_bg.png") no-repeat scroll center top transparent;
height: 320px;
position: relative;
margin: 0 auto;
width: 1600px;
z-index: 3;
}
En fait, je cherche à centrer mon header, qui fait 1600 px de large, sans ascenseur horizontal.
Quelqu'un(e) a une idée ?
D'avance merci.
Soundy