...questo è il codice dell'html:
codice:
<div id="head">
<div class="aligncenter">
</div>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="100%" height="100%" id="flash" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="allowFullScreen" value="true" />
<param name="movie" value="flash.swf" />
<param name="quality" value="high" />
<param name="scale" value="noscale" />
<param name="salign" value="t" />
<param name="bgcolor" value="#000000" />
<embed src="flash.swf" quality="high" scale="noscale" salign="t" bgcolor="#000000" width="100%" height="100%" name="flash" align="middle" allowScriptAccess="sameDomain" allowFullScreen="true" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</div>
<script type="text/javascript">
var fo = new FlashObject("main_v8.swf", "head", "100%", "100%", "8", "");
fo.addParam("quality", "high");
fo.addParam("allowFullScreen", "true");
fo.write("head");
</script>
e questi i css:
codice:
html { height:100%;}
body { background:#0e1a16; margin: 0; padding: 0; height:100%!important; min-height:876px; min-width:1196px;}
object, embed { vertical-align:top; min-height:876px; outline:none; margin: 0; padding: 0;}
div {height: 100%;}
img { border:none; vertical-align:top}
.aligncenter { text-align:center;}
codice:
#lightbox{
padding: 10px;
background:#fff;
border:1px solid #000;
z-index:1100;
}
#overlay{
background-image:url(overlay.png);
z-index:1000;
}
* html #overlay{
background-color: #333;
back\ground-color: transparent;
background-image: url(blank.gif);
filter: progidXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
}