HTML/CSS/Marquee Attributes/direction

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

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

   <source lang="html4strict">
   

<HTML> <BODY> <marquee direction="right"

        behavior="slide" 
        bgcolor="cyan">www.wbex.ru

</marquee> </BODY> </HTML>


     </source>