日期:2014-05-17  浏览次数:20571 次

IE6 flash把div遮盖了怎么办?
<div id="gheadImage"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase=" http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab #version=7,0,19,0" width="100%" height="100%">
<param name="movie" value="flash/head.swf" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<embed wmode="transparent" src="flash/head.swf" quality="high" 
pluginspage=" http://www.macromedia.com/go/getflashplayer " type="application/x-shockwave-flash" width="100%" height="100%"></embed>
</object></div>

<div id="gheadWeizhi">&nbsp;&nbsp;您的位置>>首页<form id="Form1" runat="server"> <div id="showtime">
<asp:ScriptManager ID="ScriptManager1" runat="server" />
<asp:UpdatePanel ID="UpdatePanel3" runat="server">
<ContentTemplate>
<asp:Timer ID="Timer1" runat="server" Interval="60000" OnTick="Timer1_Tick">
</asp:Timer>
今天:&nbsp;<asp:Label ID="Label1" runat="server" Text=""></asp:Label>
</ContentTemplate>
</asp:UpdatePanel> 

</div><div id="searchnews"><!--<img src="qiantaiimages/c1.jpg" height="14px" />--><asp:TextBox Height="12px" Width="100px" ID="TextBox1" runat="server"></asp:TextBox>&nbsp;<asp:ImageButton
  ID="ImageButton1" runat="server" ImageAlign="AbsMiddle" 
  ImageUrl="~/qiantaiimages/c2.jpg" onclick="ImageButton1_Click"/></div></form>

说明:form中的元素应该在 flash上面显示出来,其他浏览器都没问题 只有IE6是flash遮盖住了form显示不出来?

------解决方案--------------------
用定位盖回去呢?