HTML/CSS/Marquee Attributes/direction

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

"direction" sets the scrolling direction of the text in a "marquee" element

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