2010-12-06 45 views
2

我做了一個網站,其中一個iframe調用一個頂部的導航元素,與一個JavaScript下拉菜單。我已經在菜單落在中心閃光燈元素上的情況下工作,但即使菜單沒有「丟棄」 - 閃光燈上該區域中的任何元素都不會響應點擊。iframe與菜單下拉ontop閃光使閃光燈不可點擊

我已經改變了ž指標,現在我不能似乎得到的Flash文件,甚至是ontop的iframe的 -

繼承人的鏈接

http://schweigert-effect.com/testing/collections.html

繼承人的代碼 -

<body> 
<div id="wrapper"><center> 


    <div id="headerwrap"> 
    <iframe src="topnav.html" name="topFrame" scrolling="No" noresize="noresize" id="topnav" title=" topFrame" frameborder="0" height="230px" width="900" allowtransparency="true"> <p>Your browser does not support iframes. please update</p> 
    </iframe> 
</div> 

    <!-- 
    end #header 
    --> 

    <div id="page"> 
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="1100" height="650" id="Aico" title="Aico"> 
     <param name="movie" value="flash/home.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="flash/home.swf" width="1100" height="650"> 
     <!--<![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="http://www.adobe.com/go/getflashplayer"><img src="http://www.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> 
    <!-- end #page --> 
    </div> 

繼承人的IFRAME HTML

代碼
+0

我可以有任何網址,以查看網頁? – Elankeeran 2010-12-06 18:56:42

+0

http://schweigert-effect.com/testing/collections.html - 你會看到探索菜單下拉閃過 - 但你不能選擇拖拉機或iframe大小內的任何其他東西 – 2010-12-06 19:16:41

回答

0

聽起來好像你需要將flash對象上的窗口模式設置爲不透明。我需要看你的代碼告訴你如何做到這一點,但它基本上設置如下:

wmode="opaque"