Forums
This topic is locked
Anchor links with CSS
Posted 13 Oct 2005 06:19:34
1
has voted
13 Oct 2005 06:19:34 Kelly Watson posted:
I'm having trouble with a anchor tag: "return to top" of page link in a html page that is using CSS and includesI get it to work in one browser, but not the other, I have moved the anchor around a few areas
sample of code used:
<body>
<a name="top" id="top"></a>
<div id="head"><img src="www.csu.edu.au/student/csuconnect/images/head.gif" alt="CSU Connect - University Bridging Program" width="420" height="84">
</div>
<div id="topnav"><span id="right"><a href="www.csu.edu.au/division/studserv/">Student Services Homepage </a> | <a href="www.csu.edu.au">CSU Homepage</a> </span>
</div>
<div id="leftnav">
any help would be great, if you are unable to see the source please email me
Replies
Replied 13 Oct 2005 13:06:49
13 Oct 2005 13:06:49 Dave Thomas replied:
<pre id=code><font face=courier size=2 id=code>
<a name="top" id="top"></a>
<a href="#top">back to top </a>
</font id=code></pre id=code>
works fine for me in both IE and Mozilla Firefox, what browsers are you havin trouble with.
regards
Dave Thomas
<b>DMX Zone Manager</b>
<a name="top" id="top"></a>
<a href="#top">back to top </a>
</font id=code></pre id=code>
works fine for me in both IE and Mozilla Firefox, what browsers are you havin trouble with.
regards
Dave Thomas
<b>DMX Zone Manager</b>