Ok, I have a div on the left had side of the page and inside of this div are a
list of folders and you can add folders to this list. Well when the list goes
over a certain height, a vertical scroll bar appears on the main <div>
container and now you have a scrolling list of folders. Ok that's all good and
set up. Now the problem is when a person selects a folder at the bottom of the
list, a folder that a person has to scroll down to, to select. Once selected
and loads the new page, I need the scrollbar to be automatically scrolled down
to where the folder that the person selected is visible.
Basically what I need is something that detects and then sets the vertical
scrollbar position if a person selected a folder that was not in the viewing
area.