'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