
怎样取消框架的滚动条
<!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的垂直滚动条 展开
<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的垂直滚动条 展开
3个回答
展开全部
<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>
<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字左右:该组件支持用户之间的私密交流,让沟通更加直接和高效。通过它,您可以向特定对象发送消息,并实时查看消息状态,包括对方是否已读或未读。同时,该组件还支持富文本消息...
点击进入详情页
本回答由网易云信提供
展开全部
加入 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>
<!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>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<frame
scrolling="no"
border="0"/>
scrolling="no"
border="0"/>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询