[jQuery] Re: question on determining scrollTop delta after onscroll

2008-02-13 Thread edward
Thanks for the quick reply Karl. I am aware of scrollTop. When the onscroll event fires, I can read scrollTop and determine how many pixels the browser has moved the scroll bar, but I can't determine is how many pixels the browser will move the scrollbar when the user hits arrow up/down. I need t

[jQuery] Re: question on determining scrollTop delta after onscroll

2008-02-12 Thread Karl Swedberg
If you're talking about the browser scrollbars, I'm not sure how to listen for someone clicking on them. But if you can figure that part out, you can use the scrollTop property of a DOM element before and after the click. Note, while it works in FF and IE, I'm not sure what it does in Saf