如何使frame上的div显示在另一个frame上。 10
<framesetrows="27%,*"cols="*"frameborder="no"border="0"framespacing="0"><framesrc="<%...
<frameset rows="27%,*" cols="*" frameborder="no" border="0" framespacing="0">
<frame src="<%=path%>/main/diffreportaftermay/condition/conditionForFlightProgress.jsp?parmType=<%=parmType%>" name="topFrame" scrolling="auto" noresize="noresize" id="topFrame" title="topFrame" />
<frame src="" name="showFrame" scrolling="auto" noresize="noresize" id="showFrame" title="showFrame" />
</frameset>
如上代码,怎么才能使第一frame上的弹出层(div)显示在第二个frame之上,而不会被第二个frame所遮挡。在线求大神指教。。。 展开
<frame src="<%=path%>/main/diffreportaftermay/condition/conditionForFlightProgress.jsp?parmType=<%=parmType%>" name="topFrame" scrolling="auto" noresize="noresize" id="topFrame" title="topFrame" />
<frame src="" name="showFrame" scrolling="auto" noresize="noresize" id="showFrame" title="showFrame" />
</frameset>
如上代码,怎么才能使第一frame上的弹出层(div)显示在第二个frame之上,而不会被第二个frame所遮挡。在线求大神指教。。。 展开
2个回答
展开全部
用CSS控制。。。在弹出层div的CSS里加多一个 z-index:100;position:absolute; 就可以了
如果还不行 就把第二个frame的 z-index设置为 -1
如果还不行 就把第二个frame的 z-index设置为 -1
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询