Hi, Has anyone done any messing about with the AutoScroll plugin? (http:// jdsharp.us/jQuery/plugins/AutoScroll/) I'm looking to tweak it a bit but don't understand JavaScript / jQuery enough to wrap my head around it on my own.
The behavior currently scrolls the entire window and does so only when you press a key (ctrl by default). I'd like the behavior to be restricted to just an element with an overflow and would like it to happen without keypress. Does anyone have any clue what I need to do to get started? Any help would be greatly appreciated. If it helps, here's the page I'd like to implement it on (as you can see, I'm currently trying it with a MooTools plugin but that's not working either - plus I'd rather stick to one library if I can help it). The two ul's with form elements in the middle are what I would like to scroll. Currently one is set to overflow:auto and the other to overflow:hidden, but once the site is finished both should be hidden. http://dev.accelerantstudios.com/promo/index.html Thanks! Marcus