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.
It's unobtrusive (with javascript off, it's just a fixed-height div with
overflow: scroll).
The source is at http://youngisrael-stl.org/inc/yi-scroller.js and it uses
the DOM creation code at http://youngisrael-stl.org/inc/yi-effects.js

It's not really packaged for general use, but if there's interest I can do
that.

Danny


{js}sTyler wrote:
> 
> 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 tick up.
> I know the Css styling isn't quite right yet to tell the headlines apart
> from each other, but that's a cinch to fix.
> 
> I tried implementing JD Sharp's code from here:
> http://jdsharp.us/code/jQuery/plugins/jdNewsScroll/
> It's sort of working but not really scrolling.
> 
> Any ideas to fix this or another setup, I don't really like the headline
> reader that scrolls up quickly to the top and pauses, a plain old smooth
> scroller would probably be best.
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Auto-Vertical-Scroller-newsBlock-div-tf3352363.html#a9338965
Sent from the JQuery mailing list archive at Nabble.com.


_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to