【发布时间】:2014-07-09 03:59:32
【问题描述】:
我使用 HTML5。在我的 iframe 中,如果我使用 scrolling="no" 我的浏览器(chrome)支持它。但是有些网站说 scrolling HTML5 不支持 属性。我决定使用 css 但 overflow : hidden;溢出-x:隐藏; overflow-y:hidden 没有任何影响。我该怎么办?我应该继续使用 scrolling="no" 因为它在 HTML5 中仍然可用
【问题讨论】:
-
你是在父页面还是在子页面应用
overflow:hidden样式? -
在我使用 iframe 标签的页面中。
-
@MaksatYalkabov 查看我的问答以获取解决方案和解释stackoverflow.com/questions/18470015/html5-iframe-no-scrolling