Click to See Complete Forum and Search --> : onClick help..?


xataku_nakusute
07-29-2003, 08:24 PM
is there any way to trigger a function when you click the scrollbar that effects the scrollbar color?

Phil Karras
07-30-2003, 10:51 AM
Huh?

Not enough information for me to help. Perhaps that's why you haven't received any help yet?

aepstar
07-30-2003, 12:08 PM
Nope, because in javascript you cant detect if user has his mouse on hte scrollbar.

What you can do is looking if the page is scrolling then change the color of the scrollbar.

xataku_nakusute
07-31-2003, 01:19 AM
using onScroll, right?