[原创]frameset标记框架为什么不能固定?
小弟做了一个左边是导航栏的菜单,在dw中,设置了超级连接代码如下:
<frameset rows="*" cols="18%,83%" frameborder="yes" bordercolor="#336699">
<frame src="menu.htm"><norsize>
<frame src="UntitledFrame-3.htm" ></norsize></frameset>
<noframes></noframes>
menu.htm文件
<html>
<head>
<title>框架导航栏的应用</title>
</head>
<body>
<a href="http://163.com"target="content">网易</a><p>
<a href="http://163.com"target="content">大唐</a><p>
<a href="http://163.com"target="content">新浪</a>
</body>
</html>
我按F12后,我用鼠标怎么还可以移动框架????????怎么样才能把这框架固定起来
norsize不是固定框架的么?怎么不起作用