Is there a way to replace a standard scrollbar with a custom image (arrow graphics) that allows visitors to click on the graphics and scroll? 2 graphics (up and down arrow).
A:
Moin Zaman
2010-08-31 09:27:52
A:
Check out the jScrollPane :) http://www.kelvinluck.com/assets/jquery/jScrollPane/jScrollPane.html
Paolo Sangregorio
2010-08-31 09:28:09
+1
A:
Recent versions of WebKit (Safari, Chrome) allow this via CSS. Maybe this will be adopted by other browsers in the near future.
http://webkit.org/blog/363/styling-scrollbars/
For now, you will have to stick to JavaScript and, as others have mentioned, jScrollPane is probably the best one around at the moment.
Andy E
2010-08-31 09:30:42
+1
A:
You can use this script http://studio.radube.com/html-textarea-custom-scrollbar
randall
2010-10-05 23:45:48