frame挡住div层
<!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Frameset//EN""http://www.w3.org/TR/xhtml1/DTD/...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>企业信息管理系统</title>
</head>
<frameset rows="98,*,8" frameborder="no" border="0" framespacing="0">
<frame src="top.html" z-index=4 name="topFrame" scrolling="No" noresize="noresize" id="topFrame" />
<frame src="center.html" name="mainFrame" id="mainFrame" />
<frame src="down.html" name="bottomFrame" scrolling="No" noresize="noresize" id="bottomFrame" />
</frameset>
<noframes><body>
</body>
</noframes></html>
top.html里面用div和js做了一个下拉菜单,但是被cente.html遮住,哪位大哥能给出好的解决办法? 展开
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>企业信息管理系统</title>
</head>
<frameset rows="98,*,8" frameborder="no" border="0" framespacing="0">
<frame src="top.html" z-index=4 name="topFrame" scrolling="No" noresize="noresize" id="topFrame" />
<frame src="center.html" name="mainFrame" id="mainFrame" />
<frame src="down.html" name="bottomFrame" scrolling="No" noresize="noresize" id="bottomFrame" />
</frameset>
<noframes><body>
</body>
</noframes></html>
top.html里面用div和js做了一个下拉菜单,但是被cente.html遮住,哪位大哥能给出好的解决办法? 展开
展开全部
frame的显示级高于select,z-index设置再大也不行,可以这样
<div>
<select POSITION: absolute;>
<options>
</options>
</select>
<frame z-index=100 POSITION: absolute;>(高于cente.html包含着的frame的z-index)
</frame>
</div>
frame 的大小和select的大小要一样大
<div>
<select POSITION: absolute;>
<options>
</options>
</select>
<frame z-index=100 POSITION: absolute;>(高于cente.html包含着的frame的z-index)
</frame>
</div>
frame 的大小和select的大小要一样大
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
好的解决办法,就是把你的层写在frame里面。这样就不会被遮挡了。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
最简单的办法,把<frame src="top.html" 尺寸设大一点
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
你设置cente.html的z-index=3,试试
<frame src="top.html" z-index=4 name="topFrame" scrolling="No" noresize="noresize" id="topFrame" />
<frame src="center.html" z-index=3 name="mainFrame" id="mainFrame" />
<frame src="top.html" z-index=4 name="topFrame" scrolling="No" noresize="noresize" id="topFrame" />
<frame src="center.html" z-index=3 name="mainFrame" id="mainFrame" />
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
把 div层 的 设置高点,比如z-index=100试试楼主
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询