1

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).

Saleh
  • 2,657
  • 12
  • 46
  • 73
  • Not without rebuilding the whole scrolling functionality from scratch using JavaScript... – Pekka Aug 31 '10 at 09:26

5 Answers5

2

I've used jScrollPane in the past and it's proved very useful!

Marko
  • 71,361
  • 28
  • 124
  • 158
2

Check out the jScrollPane:
http://jscrollpane.kelvinluck.com/

1

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
  • 338,112
  • 86
  • 474
  • 445
1

You can use this script http://studio.radube.com/html-textarea-custom-scrollbar

randall
  • 57
  • 1