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?
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" "w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=3.org/1999/xhtml">
<head>
<link rel="icon" href="/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" />
<!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don?t want users to see the prompt. -->
<param name="expressinstall" value="Scripts/expressInstall.swf" />
<!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
<!--[if !IE]>-->
<object type="application/x-shockwave-flash" data="lol test.swf" width="900" height="700">
<!--<![endif]-->
<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" />
<!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
<div>
<h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
<p><a href="adobe.com/go/getflashplayer"><img src=".adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
</div>
<!--[if !IE]>-->
</object>
<!--<![endif]-->
</object>
</div>
<!--[if !IE]>-->
</object>
<!--<![endif]-->
</object>
</div>
<script type="text/javascript">
<!--
swfobject.registerObject("FlashID");
swfobject.registerObject("FlashID");
//-->
</script>
</body>
</html>
Grazie a tutti in anticipo