21.2.3 HTML scrolling 属性
scrolling 属性 -- 定义是否有滚动条
- scrolling取值:
yes-- 显示滚动条no-- 不显示滚动条auto-- 当需要时再显示滚动条
- 缺省值为
auto - 引用网址:http://www.dreamdu.com/xhtml/attribute_scrolling/
示例
<framesrc="http://www.dreamdu.com/xhtml/"scrolling="no">
定义了不显示滚动条的框架