Bonjour,
j'ai personnalisé une balise h2 afin de l'adapté a mon graphisme.
pourquoi lorsque je fais un test d'aperçu la couleur de fond n'apparait pas ? J'ai bien mon image mais pas la couleur de fond.
Merci
j'ai personnalisé une balise h2 afin de l'adapté a mon graphisme.
pourquoi lorsque je fais un test d'aperçu la couleur de fond n'apparait pas ? J'ai bien mon image mais pas la couleur de fond.
h2 {
background-color:#99CC00;
background:url(images/puce-animee.gif) no-repeat;
border-bottom:solid 1px #333333;
width:auto;
margin:0 0 15px 0;
height:25px;
line-height:25px;
font-size:12px;
text-align:left;
padding-left: 30px;
}
Merci