I'm looking for a vertical scrolling javascript system that will present a series of news snippets:-
-- each to be able to include both a picture and text and linking to another page,
-- user to be able to halt scrolling on mouseover, and click to go to another page on/off the site
If possible, I'd like to be able to support two adjacent columns of news items scrolling up together.
I found this script
<!-- m --><a class="postlink" href="http://javascript.internet.com/scrolls/multiple-message-scroller.html">http://javascript.internet.com/scrolls/ ... oller.html</a><!-- m -->
BUT this one scrolls only ONE item at a time, and the next item doesn't scroll on till the previous item has scrolled off! Useless!!!!!
(Or am I not setting a parameter right??)
For an example of what I want ... please see the scrolling news items on the left hand side of page: <!-- m --><a class="postlink" href="http://www.province.org.uk/whatsnew.htm">http://www.province.org.uk/whatsnew.htm</a><!-- m -->
This scroller is in Java (applet) ... and I want a Javascript equivalent if anyone knows of one???
Thanks
-- each to be able to include both a picture and text and linking to another page,
-- user to be able to halt scrolling on mouseover, and click to go to another page on/off the site
If possible, I'd like to be able to support two adjacent columns of news items scrolling up together.
I found this script
<!-- m --><a class="postlink" href="http://javascript.internet.com/scrolls/multiple-message-scroller.html">http://javascript.internet.com/scrolls/ ... oller.html</a><!-- m -->
BUT this one scrolls only ONE item at a time, and the next item doesn't scroll on till the previous item has scrolled off! Useless!!!!!
(Or am I not setting a parameter right??)
For an example of what I want ... please see the scrolling news items on the left hand side of page: <!-- m --><a class="postlink" href="http://www.province.org.uk/whatsnew.htm">http://www.province.org.uk/whatsnew.htm</a><!-- m -->
This scroller is in Java (applet) ... and I want a Javascript equivalent if anyone knows of one???
Thanks