HTML < iframe > scrolling 属性,是否在 < iframe > 中显示滚动条

 2022-06-14    431  

HTML <iframe> scrolling 属性,是否在 <iframe> 中显示滚动条

HTML <iframe> 标签

HTML < iframe > scrolling 属性,是否在 < iframe > 中显示滚动条

实例

带有滚动条的 <iframe>:

<iframe src="http://www.77isp.com/" width="200" height="200" scrolling="yes">
</iframe>

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

定义和用法

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

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

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

语法

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

属性值

描述
auto在需要的情况下出现滚动条(默认值)。
yes始终显示滚动条(即使不需要)。
no从不显示滚动条(即使需要)。


  •  标签:  
  • html
  •  

原文链接:https://77isp.com/post/1247.html

=========================================

https://77isp.com/ 为 “云服务器技术网” 唯一官方服务平台,请勿相信其他任何渠道。