HTML CSS Reference/HTML Attributes Reference/direction

Материал из Web эксперт
Версия от 08:20, 26 мая 2010; Admin (обсуждение | вклад) (1 версия)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)
Перейти к: навигация, поиск

"direction" Example

    
<HTML>
<BODY>
<marquee id="myM" 
         direction="right" 
         behavior="slide" 
         bgcolor="cyan">www.wbex.ru
</marquee>
</BODY>
</HTML>



direction is applied to

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



"direction" Syntax and Note

Note:
    
Specify the scrolling direction of the text in a <marquee> element. 
Possible values include down, left, right, and up.
    
Syntax:
    
<marquee direction="value"> . . . </marquee>