例
Frame A應該始終有滾動條:
<frameset cols="50%,50%">
<frame src="frame_a.htm" scrolling="yes">
<frame src="frame_b.htm">
</frameset>
試一試» 定義和用法
在<frame>標籤不支持HTML5。
在scrolling屬性指定是否要在顯示滾動條<frame>
默認情況下,滾動條顯示在<frame>如果含量比大<frame> 。
瀏覽器支持
屬性 | |||||
---|---|---|---|---|---|
scrolling | 不支持 | 不支持 | 是 | 不支持 | 不支持 |
注:的Internet Explorer 8(或更早)和Opera 12(或更早)支持scrolling屬性。 然而,在IE9和Opera 15被移除的支持。
句法
<frame scrolling="auto|yes|no">
屬性值
值 | 描述 |
---|---|
auto | 如果需要,出現滾動條(默認)。 |
yes | 滾動條一直顯示(即使不需要它們) |
no | 滾動條從不顯示(即使在需要的時候) |