bonjour à tous,
j' ai un petit probléme d'affichage de mes images sous internet explorer,
lorsque je teste la page sous firefox tous s affiche normalment,
voici l adresse:
http://sebairo.new.fr/acceuil/essai.html
et voici le code html :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
 <html><head> <meta name="robots" content="all,index,follow" />		<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
		<meta name="Description" content="bienvenue dans le studio Spiritzen, d&eacute;couvr&egrave; les animations et jeux en flash de sebairo." />
		<meta name="Keywords" content="jeux, jeu, jeux gratuit, jeux en ligne, flash, gratuit,spiritzen, sebairo, s&eacute;bastien, sebastien, cantrelle,  animation, animations, dessin, d&egrave;ssins, anim&eacute;, anime, aventure, adresse, r&eacute;flexion,luciole, lucioles, papillon, papillons" />
		<meta name="Author" content="Spiritzen" />
		<meta http-equiv="Reply-to" content="sebastien.cantrelle@hotmail.fr" />
		<meta http-equiv="imagetoolbar" content="no" />
		<meta name="Category" content="Internet" />
		<meta name="Identifier-URL" content="http://sebairo.new.fr" />
 
		<meta http-equiv="Content-Language" content="fr" />
		<meta name="robots" content="noodp" />
		<title>Spiritzen: le Studio magique par Sebairo</title>
		<script charset="utf-8" type="text/javascript" ></script>
 
<link rel="stylesheet" type="text/css" href="spirit.css" />
</head>
 
<body id="masterbody" ;" style="">
<div id="master_conteneur_V2" >
<div id="header">
<div  id="header_principal" style="background-image:url(image/header-site-1.png);">
 
							<div id="bandeau_horloge">
							  <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="125" height="72">
                                <param name="movie" value="flash/horloge.swf">
                                <param name="quality" value="high">
								<param name="wmode" value="transparent">
                                <embed src="flash/horloge.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="125" height="72" wmode="transparent"></embed>
						      </object>
	</div>
</div>
</div>
</div>
</body>
</html>


et maintenat le code css :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
/* CSS Document */
 
body#masterbody {
	background-color:#409ce6;
	background-image:url(image/fond.jpg);
	background-repeat : repeat-x;
	background-attachment : fixed;
	vertical-align:bottom;
	margin-top: 0px;
	text-align: center;
}
 
#master_conteneur_V2 {
	width: 842px;
	margin: 0 auto 0 auto;
	padding: 0 0 20px 0; 
	text-align: left;
}
 
#header{
	position : relative;
	width : 842px;
	height : 208px;
}
 
#header_principal {
	display : block;
	position : absolute;
	width: 842px;
	height: 208px;
	top : 0px;
	left : 0px;
	z-index : 2;
 
}
 
#bandeau_horloge {
 	 position:absolute;
 	 top:100px;
 	 left:20px;
 	 width:125px;
 	 height:72px;
}
j ai chercher , mais je n'ai pas encore trouver la solution, j éspére qu' une âme charitable passera par là et me mettra sur la piste
merci d avance