> 웹 프론트엔드 > HTML 튜토리얼 > 如何用iframe嵌套frameset之后,实现整个iframe框架出现滚动条,而不是frameset里的每个frame出现滚动条!_html/css_WEB-ITnose

如何用iframe嵌套frameset之后,实现整个iframe框架出现滚动条,而不是frameset里的每个frame出现滚动条!_html/css_WEB-ITnose

WBOY
풀어 주다: 2016-06-24 12:10:43
원래의
1592명이 탐색했습니다.

我主要目的是为了让整个frameset框架出现滚动条,而不是里面的小模块出现滚动条。在网上找了些资料,好像用iframe能实现,但是,我用iframe嵌套了frameset,还是没能实现我要的功能。请各位大侠帮帮忙。最好贴上完整的代码,谢谢了,在线等!我的代码如下:
这是aa.html

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312" /><title>无标题文档</title></head><body>	<iframe name="luzhouke_iframe" src="luzhouke.html" width="100%" height="5000" scrolling="yes" frameborder="0"></iframe> </body></html>
로그인 후 복사


这是luzhouke.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 cols="1*,950,1*" border="0px" frameborder="0" framespacing="0px">   <frame src="empty.html" scrolling="no" noresize>   <frameset rows="80,*" cols="*" frameborder="no" border="0" framespacing="0">  <frame src="top.html" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" title="topFrame" />  <frameset cols="45%,*" frameborder="no" border="0" framespacing="0">    <frame src="left.html" name="leftFrame" scrolling="no" noresize="noresize" id="leftFrame" title="leftFrame" />	<frameset rows="10%,*" cols="*" frameborder="1" border="" framespacing="0">    	<frame src="right_top.html" name="right_topFrame" id="right_topFrame" title="right_topFrame" noresize="noresize" scrolling="no" />				<frame src="1.html" name="right_bottomFrame" id="right_bottomFrame" title="right_bottomFrame" scrolling="no" />			</frameset>  </frameset></frameset> <frame src="empty.html">  </frameset><noframes><body></body></noframes></html>
로그인 후 복사



回复讨论(解决方案)

有些地方错了。。
aa.html中,iframe的height没有这么大。。。
luzhouke.html中,right_bottomFrame的scrolling是auto

怎么没人来呀??高手们来帮我解决一下呀。。谢谢了

你直接把你的想要的效果发上来。。。
迷糊中。。。

test the hidden

这个问题解决了嘛?急切关注中,也有同样的问题需要用到frameset布局设置

关注中,期待高人啊!!

期待解决,

哎,其实很简单

哪里简单哦,我等了一年再过来都没看到有人出来解决。。。。。。

원천:php.cn
본 웹사이트의 성명
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.
인기 튜토리얼
더>
최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿