http://mindfulintegrations.com/signiacapital/index.html快魚CSS/jQuery的菜單進入下Flash內容在IE7
它工作正常,在FF3和IE8使用SwfObject2並且wmode =透明的,但對我的生活,我不能讓到下拉了閃光燈菜單內容在IE7中。任何幫助,將不勝感激。
我試過玩Z指數,說實話我對它們的理解有點低。也許有一些事情可以解決我的問題?
謝謝。
<script type="text/javascript" src="flash/swfobject.js"></script>
<script type="text/javascript">
var flashvars = {};
var params = {};
params.wmode = "transparent";
var attributes = {};
attributes.id = "homemovie";
swfobject.embedSWF("flash/home_movie.swf", "homemovie", "1024", "330", "9.0.0", false, flashvars, params, attributes);
</script>
是我的索引頁中的腳本。
對於Z-索引,這是對於各種DIV的
頁眉容器
#header-container{ position:relative; height:140px; background-color:#FFFFFF; width:100%; z-index:2; }
用於導航欄
#navbar{ position:absolute; left: 300px; top:90px; clear:both; z-index:1; }
,閃光燈元件
#homemovie{
height:330px
position:absolute;
z-index:-1;
}
的CSS
哦,寶貝,你的人。 工作。在我的情況下,謝謝了一大堆 – Zachary 2009-06-09 23:17:14