Possible Duplicate:
How can I check if a scrollbar is visible?
I have a div with overflow : auto
so i don't know when it scrolls. But it does depending upon the layout. Now i need to know when it is scrolling so that i can apply some business logic in it. How to capture this event?