I've pretty much successfully implemented an instance of jQuery's "scrollable" plugin but I'm having a peculiar issue with mouse wheel navigation.
If you attempt to mouse wheel when the scrollable pane is in its initial state, nothing happens. But if you navigate with the buttons and then use the mouse wheel it scrolls back to the beginning then stops working.
The reason seems to be that it interprets every mouse wheel move as a backwards move. Why is this? And can it be changed? (Everything works fine on every other version of the plug in I've come across).
I've tried various approached such as using different variations of the jQuery Tool kit and even linking to the mousewheel plugin separately but no cigars forthcoming so any help would be really great. Thank you.