当前位置: 代码迷 >> Web前端 >> iframe除开滚动条
  详细解决方案

iframe除开滚动条

热度:63   发布时间:2013-09-30 09:50:49.0
iframe去掉滚动条
这个方法用来去掉iframe的滚动条,当页面变高时,只显示竖向滚动条



一个iframe:

<iframe name="ifr" src="index.html"></iframe>



index.html 的body标签这样写:<body style="overflow:hidden;"></body>



o(∩_∩)o...这是我们想要的
  相关解决方案