
Detecting when a mouse is over a scroll bar
Quote:
> Is there a way to detect when a mouse is over a scroll bar. Would like
> to know how to tell if a user
Hi,
Quote:
> clicks in on a section scrollbar
This fires the change-event (largechange)
Quote:
> one of the arrows of a scrollbar
change-event (smallchange)
Quote:
> drags the sliderbar portion.to a different position.
Scroll-event
HTH
Michaela