Forum Moderators: not2easy
Problem: My left column has a link to a location on the center column like this:
<a class="performance" href="#success1"><u>Past Performance 2</u></a>
On my center column, I have an anchor tag like this:
<a class="subtitle1" name="success1">Story</a>
When I use this method it scrolls the center column to that location and leaves all the other columns in their original position. The result is a very messy setup with all of the <divs> rearranged. on the screen and no way to revert back.
Are there any suggestions on how to have the whole page scroll to the desired location instead of just the center column? thanks for any help!