Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有两个框架的框架。 第一个是固定高度,第二个可以有不同的高度。
我如何实现根据第二帧滚动整个窗口的解决方案,因此当有人向下滚动第二帧时第一帧会隐藏。
代码是一个基本的框架集
<frameset rows="5%,95%"> <frame src="/bar.html" scrolling=no > <frame name=myfr id="myframe" src="http://example.com"> </frameset>
这就是框架和框架集的样子,您使用框架集有什么原因吗?