| View previous topic :: View next topic |
| Author |
Message |
forum_approach New member

Joined: 09 May 2011 Posts: 1 Location: India
|
Posted: Mon May 09, 2011 12:38 am Post subject: ScrollBar Issue |
|
|
When Scroll Bar is scrolling, at that time how can we find using js what is the element at the topmost position in that window pane only.
When the user scrolls down, the value of element at the time of that at topmost position |
|
| Back to top |
|
 |
sohnee Senior Member

Joined: 17 Jul 2002 Posts: 2077 Location: UK
|
Posted: Tue May 10, 2011 8:54 am Post subject: |
|
|
Yes - you could calculate it based on the "scrollTop" property.
Have a search for "scrollTop" and let us know if you have any specific questions on it. _________________ I also work on... Steve Fenton's Blog and contribute to The Enhance PHP Unit Testing Framework |
|
| Back to top |
|
 |
|