Hi, I have a page which requires vertical scrolling. In order to consolidate content on page load I'm placing a heading link above each div on the page and hiding the divs with jQuery. When the user clicks on a given heading link the .toggle run and the div shows.
The problem I am running into is that each time a link is clicked it returns the user back to the top of the page. Which becomes a major annoyance if the user has scrolled down to access content further down the page. Any thoughts? Thanks, John

