
|
Hi guys,
I have a small question, I am creating a website and have created a table using ul elements. (I used ul as this was easier to animate using javascript and it does what i want.... I did try using tables and it messed up.
When I click on one of the ul items the page stays where it is. However when i click another one the page then shoots to the top. I have read around and some people say do the following
<a href = "#!" >blah</a>
However this still sends the page to the top.
If any body knows any tips/tricks as to how to solve this it would be mighty helpful.
|
|
|
|

|
You must of fired a postback to the same page, and the page scroll position reset back to the top.
Hyperlinks are designed to navigate to a new page, unless your using the hyperlink to scroll the page to a designated position.
|
|
|
|