Home > Abakada: Back to Basics > Language References > HTML Element Attributes > SCROLLING Attribute
Sets or retrieves whether the frame can be scrolled.
Inline |
<element SCROLLING = 'auto' | 'no' | 'yes'...> |
Script |
object.scrolling = sScrolling ] |
auto |
The browser determines if the scroll bars are necessary. |
no |
The frame cannot be scrolled. |
yes |
The frame can be scrolled. |
The property is read/write with a default value of auto.
FRAME, IFRAME