'scroll' Syntax and Note : scroll « HTML Attributes Reference « HTML CSS Reference

Home
HTML CSS Reference
1.CSS Attributes and Javascript Style Properties
2.HTML Attributes Reference
3.HTML Tag Reference
HTML CSS Reference » HTML Attributes Reference » scroll 
'scroll' Syntax and Note

Note:
    
This attribute controls whether to show the scroll bars. 
It is a Boolean attribute.
Possible values are true, no, and auto.
true is the default value
auto means that scroll bars are shown when the page content exceeds the visible area.
    
Syntax:
    
<element scroll="value"> . . . </element>
    

      
      
Related examples in the same category
1.'scroll' Example
2.scroll is applied to
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.