我做了个带框架的网页index,分了top,left,main三个子页,怎么设置index的滚动条,不要再子页显示滚动阿

来源:百度知道 编辑:UC知道 时间:2024/06/08 08:53:25
各位高手帮帮忙!
<frame>框架怎么设阿,我要做邮箱,要用frame

不显示滚动条
<body style="overflow x:hidden;overflow y:scroll">

这种方式的写法 <iframe name="leftframe" marginwidth=1 marginheight=1 src="lef.asp" frameborder=no width="100%" scrolling="no" height=100%></iframe>

<frame src="top.aspx" name="topFrame" scrolling="NO" noresize >

scrolling="NO"是没有
scrolling="yes"是有