[求助]关于框架集问题
为了使背景音乐能连续播放,按网上的方法做了一个框架集。可是用框架集显示出来的网页,底下却多了一条下拉框,使网页不美观了~~
请问哪位知道应该改哪里才能保持原有网页的宽度呢?谢谢帮忙!
<html>
<head>
<title>柠檬水滴</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<frameset rows="0,*" frameborder="NO" border="0" framespacing="0">
<frame name="topFrame" scrolling="NO" noresize src="Music.htm" >
<frame name="mainFrame" src="Index.htm">
</frameset>
<noframes>
<body bgcolor="#FFFFFF" text="#000000">
对不起,你的浏览器不支持框架的显示。
</body>
</noframes>
</html>
<head>
<title>柠檬水滴</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<frameset rows="0,*" frameborder="NO" border="0" framespacing="0">
<frame name="topFrame" scrolling="NO" noresize src="Music.htm" >
<frame name="mainFrame" src="Index.htm">
</frameset>
<noframes>
<body bgcolor="#FFFFFF" text="#000000">
对不起,你的浏览器不支持框架的显示。
</body>
</noframes>
</html>