HTML/CSS/Marquee Attributes/scrolldelay

Материал из Web эксперт
Перейти к: навигация, поиск

"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>