Bonjour, j'ai un autre petit problême, pour affiher ma banière j'ai fait ce code :
en html:
<div id="entete">
</div>
et en css:
#entete
{
height:100px;
width:500px;
margin-left:250px;
background-image: url("bannière7.gif");
float:top;
background-repeat: no-repeat;
margin-bottom: 10px;
}
ceci marche très bien sous firefox mais pas sous IE, je comprends pas pourquoi, aidez moi S.V.P.
Merci d'avance, simon...
en html:
<div id="entete">
</div>
et en css:
#entete
{
height:100px;
width:500px;
margin-left:250px;
background-image: url("bannière7.gif");
float:top;
background-repeat: no-repeat;
margin-bottom: 10px;
}
ceci marche très bien sous firefox mais pas sous IE, je comprends pas pourquoi, aidez moi S.V.P.
Merci d'avance, simon...