jScrollPane is a cross-browser jQuery plugin which converts a browser’s default scrollbars into an HTML structure which can be easily skinned with CSS. The scrollbars look really sleek. The only issue was that JScrollPane did not work with the content displayed on iPad/iPhone.
After some search and hackery, I found some posts and finally could manage to make it work with iPad. Make sure you use JScrollPane version 2.0.
Include these files in your web page:
The actual javascript file for jScrollPane, include the Updated jScrollPane file from here:
http://www.nathanbuskirk.com/jquery.jscrollpane.js
Following is the functional demo:
You can view it here in new window.
Hope that helps.
Cheers!