frame的头部的下拉列表如何才能显示在最上层

旭洪 2008-02-20 02:13:54
我做了一个框架页,头部有下拉列表.但是却给中部main的页面遮住了一部分。
如何才能让头部的下拉列表显示在最上层。。。。

该如何做


代码如下
<html>
<head>
<title>net</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>


<frameset rows="98,*,38" cols="*" frameborder="no" border="0" framespacing="0">
<frame name="style_top" src="top.html" scrolling="no" noresize frameborder="no" >
<frameset rows="*" cols="150,*" frameborder="no" border="0" framespacing="0">
<frame name="style_left" src="left.html" scrolling="no" frameborder="no">

<frame name="style_main" src="main.html" scrolling="no" frameborder="no">

</frameset>
<frame name="style_bottom" src="bottom.html" scrolling="no" noresize frameborder="no" >
</frameset>
<noframes><body >
</body ></noframes>
</html>

...全文
205 2 打赏 收藏 转发到动态 举报
AI 作业
写回复
用AI写文章
2 条回复
切换为时间正序
请发表友善的回复…
发表回复
旭洪 2008-03-17
  • 打赏
  • 举报
回复
谢谢。。。。。不过还是不行。。。。算了。。。俺也结贴了。
Sapily 2008-02-20
  • 打赏
  • 举报
回复
在每个页面都加上css试试
*{margin:0;padding:0;}

61,129

社区成员

发帖
与我相关
我的任务
社区描述
层叠样式表(英文全称:Cascading Style Sheets)是一种用来表现HTML(标准通用标记语言的一个应用)或XML(标准通用标记语言的一个子集)等文件样式的计算机语言。
社区管理员
  • HTML(CSS)社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧