I add my page top link button like this:
<a name=”top”></a>
.
.
.
<a href=”#top” title=”Top”><img src=”images/top.png” alt=”Top” id=”toplink”/></a>
This is work in firefox well, but doesn’t work in google chrome. Why?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Historically
<a name="top"></a>did not work in some browsers because there was nothing between the tags. Maybe this is the problem?Try wrapping the tags around the first thing to display on the page (e.g. your site logo, if you have it in the top left).