2010-12-06 111 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"