Re: [jQuery] Auto Vertical Scroller newsBlock div

2007-03-06 Thread Danny Wachsstock
I made a news scroller a while back; you can see it at http://youngisrael-stl.org/updates.php at the upper right. It smoothly scrolls any element (I use H3 and LI, but you can specify), stops on mouseover and adds buttons to scroll back up or further down, and a button to expand the whole list.

Re: [jQuery] Auto Vertical Scroller newsBlock div

2007-03-06 Thread {js}sTyler
Thanks for both suggestions so far. They are both great examples, but maybe not quite right. It's interesting how the http://youngisrael-stl.org/updates.php example pops to it's own window when clicking the window button, and the scrolling arrow nav's. The arrow nav is great, but I don't think

Re: [jQuery] Auto Vertical Scroller newsBlock div

2007-03-06 Thread Jonathan Sharp
Howdy, Jumping in late here. I reworked the jdNewsScroller about a month ago and haven't posted the changes yet! So see if this helps any: http://jdsharp.us/code/jQuery/plugins/jdNewsScroll/1.1/ Cheers, -Jonathan On 3/6/07, {js}sTyler [EMAIL PROTECTED] wrote: Thanks for both suggestions so

[jQuery] Auto Vertical Scroller newsBlock div

2007-03-05 Thread {js}sTyler
Hi All, Anyone have any tips for me to do a sort of news scroll vertical scrolling div? Mine is here: http://70.133.226.219/v2/07index.aspx It's beneath the jquery buttons in the left column. It is scrolling up or sort of ticking up, if you give it a few seconds you will see the headlines

Re: [jQuery] Auto Vertical Scroller newsBlock div

2007-03-05 Thread Karl Swedberg
Hi there, I did something like this a while ago. Not sure if it's exactly what you're looking for, but it might get your closer: http://www.learningjquery.com/2006/10/scroll-up-headline-reader Glen Lipka used the code for a mockup of the Intuit home page when he was working there. His