当前位置: 代码迷 >> Ajax >> 弹窗被fram掩住了
  详细解决方案

弹窗被fram掩住了

热度:228   发布时间:2013-01-06 15:44:47.0
弹窗被fram遮住了
有 个主页有3个fram.有个弹出窗口,它实时更新后台数据。弹出的时候被FRAM挡住了,需要放在最上层。

弹出窗口已经做好了。有用到
<asp:scriptmanager id="scriptmanager1" runat="server">

            <services>
                <asp:servicereference path="~/fant/SY/messager/InboxService.asmx" />
            </services>
        </asp:scriptmanager>

CSS都设置了

 bottom: 0px;

 right: 0px;

 z-index:9000;

 position:absolute;还是无效。


该怎么做?

------解决方案--------------------
弹出层不能跨框架的
  相关解决方案