Bonjour !
J'ai un soucis, je vois bien mes images avec IE mais pas FF : http://jpapelard.free.fr/
CSS :
Index.php :
Je pense que c est une caractéristique du genre postion ou display mais je trouve pas.
J'ai un soucis, je vois bien mes images avec IE mais pas FF : http://jpapelard.free.fr/
CSS :
body {
width:100% ;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
background-color: #000000; /*couleur de fond blanche*/
margin: 0;
text-align: center;
}
.conteneur { /*le conteneur global du site, qui sera centré */
width: 734px;
height: 504px;
margin: auto;
}
.header {
width: 734 px;
height: 137 px;
background-image: url('images/header.jpg');
}
.contenu {
width: 734 px;
height: 327 px;
background-image: url('images/contenu.jpg');
}
.footer {
width: 734 px;
height: 40 px;
background-image: url('images/footer.jpg');
}
Index.php :
.
.
.
<body >
<div class="conteneur">
<div class="header">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="734" height="137">
<param name="movie" value="header.swf">
<param name="quality" value="high">
<embed src="header.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="734" height="137"></embed></object>
</div>
<div class="contenu"></div>
<div class="footer"></div>
</div>
</body>
</html>
Je pense que c est une caractéristique du genre postion ou display mais je trouve pas.