HTML/CSS/Marquee Attributes/direction
"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>