john13@IDN a dit :
Bonjour,
En fait je cherche un code css pour mettre une bannière en haut au centre de la page d'un site.
J'ai cheché absolument partout et tout les codes que j'ai essayé ne marchaient pas...
J'en peut plus aidez moi
Merci d'avance.
<head>
<style type="text/css" >
div#header {
background-image : url('monback.gif');
background-repeat: repeat-x;
display: block;
margin-left: auto;
margin-right: auto;
width : 100%;
height : auto;
margin-top : 0px;
margin-bottom : 0px;
padding : 0px;
}
img.truc { width : 100%; height : auto; }
</style>
</head>
<body>
<div id='header'> <img src='monlogo.gif' class='truc' /> </div>
</body>