'scrollLeft' Syntax and Note : scrollLeft : Javascript Properties : JavaScript Reference examples (example source code) Organized by topic

JavaScript Reference
C++
PHP
JavaScript Reference Home »  Javascript Properties   » [  scrollLeft  ]   
 



'scrollLeft' Syntax and Note

Note:

Read-only properties. 
    
Syntax:
    
document.all.getElementById("elementID").scrollLeft
document.all.elementID.scrollLeft // IE only
document.all.getElementById("elementID").scrollTop
document.all.elementID.scrollTop // IE only

    

      
      
Related examples in the same category
1.  'scrollLeft' Example
2.  'scrollLeft' is applied to
























Home| Contact Us
Copyright 2003 - 04 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.