+ 1
How to change text movement direction in marquee of html?
2 ответов
+ 4
I don't know. But you can create (with JavaScript) a text who moves.
+ 1
by adding direction attribute i.e <marquee direction=left>your text</marquee>
for right:
<marquee direction=right>your text</marquee>