[jQuery] Scrolling div with image scroller?
I have a very old javascript implementation of a scrolling div, that
has an image as the scroller, so that I can scroll a div filled with
content. Here is the original script: http://meddle.dzygn.com/eng/weblog/scroller.mod/
I would really like to find a new, clean and simple jQuery solution,
as the one I am using seems buggy, is a paint, and the code is
bloated. Are there any plugins or jQuery solutions for this?