HTML CSS Reference/HTML Attributes Reference/scrolldelay

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

"scrolldelay" Example

    
<HTML>
<head><Title>Example For scrolldelay</Title></head>
<BODY>
<marquee behavior="slide" 
         scrolldelay="150" 
         bgcolor="#EEEEEE">
This marquee has ascrolldelay value of 150.
</marquee>
</BODY>
</HTML>



scrolldelay is applied to

+----------------+--------------------------------------------------------------+
| Applied_To     |<marquee>                                                     |
+----------------+--------------------------------------------------------------+



"scrolldelay" Syntax and Note

Note:
    
This attribute determines the velocity for a <marquee> element. 
Its value specifies the delay in milliseconds (the default is 85) 
before the text is made to reappear each time.
    
Syntax:
    
<marquee scrolldelay="value"> . . . </marquee>