怎样取消框架的滚动条

<!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="23*,20" cols="*" framespacing="0" frameborder="no" border="0">

<frame src="index.asp" name="mainFrame" id="mainFrame" title="mainFrame" />
<frame src="strange.html" name="bottomFrame" scrolling="No" noresize="noresize" id="bottomFrame" title="bottomFrame" />
</frameset>
<noframes><body>
</body>
</noframes></html>

补充下我想取消index.asp这个文件的水平滚动条 取消strange.html的垂直滚动条
展开
 我来答
mngenius
2007-11-09 · TA获得超过3165个赞
知道大有可为答主
回答量:2192
采纳率:0%
帮助的人:0
展开全部
<frameset rows="23*,20" cols="*" framespacing="0" frameborder="no" border="0">

<frame src="index.asp" name="mainFrame" id="mainFrame" title="mainFrame" />
<frame src="strange.html" name="bottomFrame" scrolling="No" noresize="noresize" id="bottomFrame" title="bottomFrame" />
</frameset>
<noframes><body>
</body>
</noframes></html>

改为

<frameset rows="23*,20" cols="*" framespacing="0" frameborder="no" border="0">

<frame src="index.asp" style="overflow-x:hidden" name="mainFrame" id="mainFrame" title="mainFrame" />
<frame src="strange.html" style="overflow-y:hidden" name="bottomFrame" scrolling="No" noresize="noresize" id="bottomFrame" title="bottomFrame" />
</frameset>
<noframes><body>
</body>
</noframes></html>
网易云信
2023-12-06 广告
很高兴能回答您的问题。以下是一段针对“一对一消息组件”的描述,字数在200字左右:该组件支持用户之间的私密交流,让沟通更加直接和高效。通过它,您可以向特定对象发送消息,并实时查看消息状态,包括对方是否已读或未读。同时,该组件还支持富文本消息... 点击进入详情页
本回答由网易云信提供
百度网友c8ccabb
2007-11-08 · TA获得超过1756个赞
知道大有可为答主
回答量:826
采纳率:0%
帮助的人:1191万
展开全部
加入 scrolling="no"就行了

<!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="23*,20" cols="*" framespacing="0" frameborder="no" border="0">

<frame src="index.asp" scrolling="no" name="mainFrame" id="mainFrame" title="mainFrame" />
<frame src="strange.html" name="bottomFrame" scrolling="No" noresize="noresize" id="bottomFrame" title="bottomFrame" />
</frameset>
<noframes><body>
</body>
</noframes></html>
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
创作者viSUI65Tka
2019-09-12 · TA获得超过3902个赞
知道大有可为答主
回答量:3154
采纳率:32%
帮助的人:422万
展开全部
<frame
scrolling="no"
border="0"/>
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(1)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式