HTML iframe scrolling 屬性

2018-11-16 17:30 更新

HTML <iframe> scrolling 屬性

HTML iframe 標簽參考手冊 HTML <iframe> 標簽

實例

帶有滾動條的 <iframe>:

<iframe src="//m.hgci.cn/" width="200" height="200" scrolling="yes">
</iframe>

嘗試一下 ?

瀏覽器支持

Internet ExplorerFirefoxOperaGoogle ChromeSafari

所有主流瀏覽器都支持 scrolling 屬性。


定義和用法

HTML5 不支持 <iframe> scrolling 屬性。請使用 CSS 代替。

scrolling 屬性規(guī)定是否在 <iframe> 中顯示滾動條。

默認地,如果內容超出了 <iframe>,滾動條就會出現(xiàn)在 <iframe> 中。


語法

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

屬性值

描述
auto 在需要的情況下出現(xiàn)滾動條(默認值)。
yes 始終顯示滾動條(即使不需要)。
no 從不顯示滾動條(即使需要)。


HTML iframe 標簽參考手冊 HTML <iframe> 標簽
以上內容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號