Reputation: 26085
Google Reader and Gmail have scrollable divs that has a shadow on top if the div was scrolled. The shadow changes opacity depending on how much the div was scrolled. How can I check how much an element was scrolled using Javascript/jQuery?
Upvotes: 1
Views: 3797
Reputation: 4459
http://api.jquery.com/scrollLeft
http://api.jquery.com/scrollTop
or
Upvotes: 4