HTML CSS Reference/HTML Attributes Reference/scrolldelay — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
Admin (обсуждение | вклад) м (1 версия) |
(нет различий)
|
Текущая версия на 08:20, 26 мая 2010
"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>