'scrolldelay' determines the velocity at which the text appears to move inside a 'marquee' element : scrolldelay « Marquee Attributes « HTML / CSS

HTML / CSS » Marquee Attributes » scrolldelay 
'scrolldelay' determines the velocity at which the text appears to move inside a 'marquee' element

    
<HTML>
<BODY>
<marquee behavior="slide" 
         scrolldelay="150" 
         bgcolor="#EEEEEE">
         This marquee has ascrolldelay value of 150.
</marquee>
</BODY>
</HTML>  
    
      
      
Related examples in the same category
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.