Page 1 of 1

Scrolling down->up news ticker?

Posted: Fri Oct 14, 2005 2:45 pm
by WithHisStripes
Heya,
So I have an rss feed that I have plugged into a JS news ticker, but it doesn't scroll, does anyone know how to get it to scroll down to up?

-Thanks! Spence

Posted: Fri Oct 14, 2005 2:46 pm
by chrys
Does it need to be advanced? If nto.. use <marquee> HTML tag scrolldirection="up"

Posted: Fri Oct 14, 2005 3:14 pm
by WithHisStripes
Nevermind, I figured it out:

Code: Select all

<div align="center"><marquee width=100% behaviour=scroll scrollamount="1" height="100" width="225" direction="up"><script language="JavaScript" src="http://itde.vccs.edu/rss2js/feed2js.php?src=http%3A%2F%2Frss.time.com%2Fweb%2Ftime%2Frss%2Ftop%2Findex.xml&chan=n&num=5&desc=1&date=n&targ=y" type="text/javascript"></script>

<noscript>
<a href="http://itde.vccs.edu/rss2js/feed2js.php?src=http%3A%2F%2Frss.time.com%2Fweb%2Ftime%2Frss%2Ftop%2Findex.xml&chan=n&num=5&desc=1&date=n&targ=y&html=y">View RSS feed</a>
</noscript></marquee></div>