I have a scrollable div that I have an unordered LIst in. Sometimes the list gets long and an item of interest to my user (he's clicked on it previously) is scrolled off to the bottom. Is there a way, when the page is loaded, to scroll to that List item?
I've seen this before when someone would have <U> tags, search for the <U> tags, and then do a scrollintoview on the next to the last item in the collection (maybe it's ordered backwards or something).
What what if I have something that isn't with <U> tags. How can I flag it so that I can scroll to it the next time I come to the page?



Reply With Quote

Bookmarks