Contents Index Topic Contents | ||
Previous Topic: scrollHeight Next Topic: scrollLeft |
scrolling
Description
Specifies that the frame can be scrolled.
Syntax
object.scrolling[ = scrolling]
Settings
Possible values include;
auto The browser determines if the scroll bars are necessary. no The frame cannot be scrolled. yes The frame can be scrolled. Remarks
The scroll bars default to "auto" if this attribute is omitted.
This property has read-write permissions, meaning you can change as well as retrieve its current value.
Applies To
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.