Reputation: 31
What I would like to do is have a marquee start at the top-right-upper corner to up. Now it starts scrolling from right-bottom corner to up but i have nothing to set for start from there. Is there a way to start scrolling from right-upper corner to up.
<marquee id="news" onMouseOver="javascript:stop()" onMouseOut="javascript:start()" direction="up" behavior="scroll" dir="ltr" height="100%" hspace="10" loop scrollamount=2 scrolldelay=50 >
Thanks.
Upvotes: 3
Views: 7563
Reputation: 27441
Don't use marquee. This says it all:
<marquee>
HTML Reference
The <marquee>
element is a non-standard element.
HTML5 classifies it as a non-conforming feature.
Examples
No, really. don't use it.
Upvotes: 2