Salve a tutti, dopo aver smanettato da solo arrivo al punto di chiedervi: perchè su mozilla si vede e su explorer si vede solo lo sfondo?

www.cuoriepicche.it

Vi posto anche il codice(che a detta di dreamweaver funziona per explorer 8 e tutti quelli precedenti:

codice:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="icon" href="http://cuoriepicche.it/favicon.png" type="image/png" />

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Cuori&picche</title>
<style type="text/css">
<!--
body {
background-color: #000;
background-image: url(riga-sfondo.jpg);
background-repeat: repeat-x;
}
#flash_grande {
position:absolute;
width:900px;
height:700px;
z-index:1;
left: 50%;
top: 50%;
margin-left:-450px;
margin-top:-350px;
visibility: visible;
overflow: visible;
}

#apDiv1 {
position:absolute;
width:200px;
height:115px;
z-index:2;
color: #F00;
left: 515px;
top: 125px;
overflow: auto;
visibility: visible;
background-color: #99CC99;
}
</style>
<script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
</head>

<body>
<div id="apDiv1">dscscsccsccdsc</div>
<div id="flash_grande">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="900" height="700" id="FlashID" title="cuoriepicche">
<param name="movie" value="lol test.swf" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<param name="swfversion" value="6.0.65.0" />

<param name="expressinstall" value="Scripts/expressInstall.swf" />


<object type="application/x-shockwave-flash" data="lol test.swf" width="900" height="700">

<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<param name="swfversion" value="6.0.65.0" />
<param name="expressinstall" value="Scripts/expressInstall.swf" />

<div>
<h4>Content on this page requires a newer version of Adobe Flash Player.</h4>


</p>
</div>

</object>

</object>
</div>

</object>

</object>
</div>
<script type="text/javascript">
<!--
swfobject.registerObject("FlashID");
swfobject.registerObject("FlashID");
//-->
</script>
</body>
</html>


Grazie a tutti in anticipo