Bonjour,
Je début en XHTML/CSS, et je voudrai savoir pourquoi le code suivant n'affiche pas l'image sondage/haut.png =\
Merci d'avance de vos réponses
Goraxx
Modifié par Goraxx (24 Dec 2006 - 01:28)
Je début en XHTML/CSS, et je voudrai savoir pourquoi le code suivant n'affiche pas l'image sondage/haut.png =\
CSS :
#sondage {
width: 145px;
min-height: 80px;
top: 20px;
z-index: 10;
position : absolute;
}
#sondage .haut {
width: 145px;
height: 35px;
z-index: 10;
position : absolute;
background: url(sondage/haut.png);
background-repeat:no-repeat;
}
XHTML :
<div id="sondage">
<div class="haut"> </div>
Merci d'avance de vos réponses
Goraxx
Modifié par Goraxx (24 Dec 2006 - 01:28)