'scrollAmount' Syntax and Note : scrollAmount « Javascript Properties « JavaScript Reference

'scrollAmount' Syntax and Note

Note:

Read and write property. 
Specifies the number of pixels <marquee> text shifts each time redrawn. 
The default value is 6. 
The smaller, the smoother.
    
Syntax:
    
document.all.marqueeID.scrollAmount = value

    

      
      








Related examples in the same category

1.'scrollAmount' Example
2.'scrollAmount' is applied to