Forum Moderators: open

Message Too Old, No Replies

Scrolling RSS feed?

         

SirTalksalot

2:46 pm on May 23, 2006 (gmt 0)

10+ Year Member



Does anyone know of a scrolling RSS reader I can use on my website? I'm looking for a marquee style reader, which I can select my own RSS feeds for.

I've searched all over the place and I'm amazed I can't find any, please someone point me to one!

gavacho

4:42 pm on Jun 3, 2006 (gmt 0)

10+ Year Member



Many RSS displays will scroll if you place them within <marquee> tags similar to this:
<marquee height="220" width="225" onmouseover="this.stop()" onmouseout="this.start()" direction="up" scrollamount="2">Your feed display here</marquee>
.
<snip>

[edited by: werty at 7:30 pm (utc) on June 3, 2006]
[edit reason] Removed URLs - please see TOS #13 [/edit]

SirTalksalot

5:51 pm on Jun 8, 2006 (gmt 0)

10+ Year Member



That won't really be sufficient, as I'd need it to just display the links, and not all the text. In an ideal world, it would even open up a seperate window.