scrolling attribute | scrolling property
[This documentation is preliminary and is subject to change.]
Sets or retrieves whether the frame can be scrolled.
Syntax
| HTML | <element scrolling="p" ... > |
|---|---|
| JavaScript | |
Property values
Type: String
auto
-
Default. Application determines whether scroll bars are necessary.
no
-
Frame cannot be scrolled.
yes
-
Frame can be scrolled.
Build date: 3/8/2012