I am trying to get a long list of names to work with a navigation (a-z). Clicking on the letter on the navigation will scroll the correct names to the top of the div.
I am using the ScrollTo plugin to get this working. Everything works great, except for the names closer to the bottom of the list. They do not scroll to the top of the div.
Here is my example: jsfiddle.net/QMgMB/
If you click on d, e, f you will see that it works. But clicking on the Q button, the Q name section does not go to the top.
I can't seem to figure out why.
Any suggestions?