I have successfully implemented Ariel Flesler's ScrollTo and serialScroll plug-in (http://plugins.jquery.com/project/ScrollTo) for a vertical scroll, overflow:hidden div. Here, the normal scrollbar does not appear, and instead the user clicks on buttons i have created which implement a gradual, eased scroll with Flesler's scripts. However, my problem is that I would like the scrollbar to appear - only for users who don't have JavaScript enabled, so that they can still scroll down and see all the content in that div without being able to use my manually implemented scrollers.
I have searched low and high for an answer so this is my last resort really. Thanks!