Computer Science Canada Please help me link to #location; it messes up whole page |
Author: | asteffes [ Fri Jun 16, 2006 8:44 am ] |
Post subject: | Please help me link to #location; it messes up whole page |
Quick layout of my site:I have a 3 <div> column webpage. All columns are full-height/liquid. 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! |
Author: | rdrake [ Fri Jun 16, 2006 9:31 pm ] | ||
Post subject: | |||
Hm... so you have a div like so, and an anchor like so?
|