scroll attribute | scroll property
[This documentation is preliminary and is subject to change.]
Sets or gets a value that indicates whether the scroll bars are turned on or off.
Syntax
| HTML | <element scroll="p" ... > |
|---|---|
| JavaScript | |
Property values
Type: String
one of the following values.yes
-
Default. Scroll bars are turned on.
no
-
Scroll bars are turned off.
auto
-
Scroll bars are shown when the page content exceeds the client area.
Remarks
With Microsoft Internet Explorer 6 and later, when you use the !DOCTYPE declaration to specify standards-compliant mode, this attribute applies to the HTML element. When standards-compliant mode is not specified, as with earlier versions of Windows Internet Explorer, this attribute applies to the BODY element, not the HTML element.
See also
Build date: 3/8/2012
- 9/18/2011
- Travis Leithead
SCROLL=NO does-not prevent window-zoom-level (statusbar lower right) from putting-on horizontal scrollbars ....
(e.g. zoomed-in HD-narrowed pages scrollbar horizontally into colorspace at-whim).
- 9/9/2008
- Mr. Raymond Kenneth Petry
- 4/19/2009
- Stanley Roark