21.2.3 HTML scrolling 属性

scrolling 属性 -- 定义是否有滚动条
  • scrolling取值:
    • yes -- 显示滚动条
    • no -- 不显示滚动条
    • auto -- 当需要时再显示滚动条
  • 缺省值为auto
  • 引用网址:http://www.dreamdu.com/xhtml/attribute_scrolling/

示例

<frame src="http://www.dreamdu.com/xhtml/" scrolling="no">

定义了不显示滚动条的框架

HTML scrolling 属性示例 -- 可以尝试编辑