scroll attribute | scroll property
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.-
Default. Scroll bars are turned on.
-
Scroll bars are turned off.
-
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
Show: