0

Is it possible to replace standard scrollbar (only appearance) with some custom one (the one from http://scripterlative.com/files/autodivscroll.htm to look like the top-left example from http://www.dyn-web.com/code/scroll/demos.php?demo=vert) so the script will still work and scrollbar behave like it wasn't modified?

Thanks!

4

2 Answers 2

1

Webkit supports it so it is possible in Safari and in Chrome. I tried it once, it works well.

My only problem: Doesn't support showing the scrollbar at the left or the top of the container.

0

An alternative solution would be to use CSS3 to adapt a custom scrollbar design, to achieve a standard, but different looking scrollbar.

See here CSS3 CUSTOM SCROLLBARS

Hope this helps!

Not the answer you're looking for? Browse other questions tagged or ask your own question.