集册 HTML 标签教程 HTML <iframe> scrolling 属性

HTML <iframe> scrolling 属性

Xebcnor     最近更新时间:2019-10-11 10:40:39

435

HTML <iframe> scrolling 属性

HTML iframe 标签参考手册 HTML <iframe> 标签

实例

带有滚动条的 <iframe>:

<iframe src="http://www.w3cschool.cc/" width="200" height="200" scrolling="yes">
</iframe>

运行实例

浏览器支持

Internet ExplorerFirefoxOperaGoogle ChromeSafari

所有主流浏览器都支持 scrolling 属性。

定义和用法

HTML5 不支持 <iframe> scrolling 属性。请使用 CSS 代替。

scrolling 属性规定是否在 <iframe> 中显示滚动条。

默认地,如果内容超出了 <iframe>,滚动条就会出现在 <iframe> 中。

语法

<iframe scrolling="auto|yes|no">

属性值

展开阅读全文