HTML <iframe> scrolling 屬性
實例
帶有滾動條的 <iframe>:
<iframe src="//m.hgci.cn/" width="200" height="200" scrolling="yes">
</iframe>
</iframe>
嘗試一下 ?
瀏覽器支持
所有主流瀏覽器都支持 scrolling 屬性。
定義和用法
HTML5 不支持 <iframe> scrolling 屬性。請使用 CSS 代替。
scrolling 屬性規(guī)定是否在 <iframe> 中顯示滾動條。
默認地,如果內容超出了 <iframe>,滾動條就會出現(xiàn)在 <iframe> 中。
語法
<iframe scrolling="auto|yes|no">
屬性值
值 | 描述 |
---|---|
auto | 在需要的情況下出現(xiàn)滾動條(默認值)。 |
yes | 始終顯示滾動條(即使不需要)。 |
no | 從不顯示滾動條(即使需要)。 |
HTML <iframe> 標簽
更多建議: