Forums
This topic is locked
#top Links in Firefox
Posted 16 Mar 2007 16:22:25
1
has voted
16 Mar 2007 16:22:25 Rebecca Herwatic posted:
Hello!Does anyone know why my #top links on my web page will not work in Firefox but will work in Explorer? I'm trying to make the site compatible with Firefox since it is our library's default browser. I used Dreamweaver to design the site. Here's the link if you want to check it out: www.libraries.psu.edu/abington/about.htm
Any suggestions are greatly appreciated. Thanks!
Rebecca
Replies
Replied 16 Mar 2007 17:15:58
16 Mar 2007 17:15:58 Alan C replied:
HI
I took a look at your source and you are missing the anchor at the top of the page, it will look like this (if the code thing works - when I previewed it I saw nothing)
<pre id=code><font face=courier size=2 id=code> <a name="top" id="top"></a></font id=code></pre id=code>
at the top of your code, my understanding was that #top was a predefined place but it's not.
In DW go to the head of your page and insert an anchor and call it top.
I took a look at your source and you are missing the anchor at the top of the page, it will look like this (if the code thing works - when I previewed it I saw nothing)
<pre id=code><font face=courier size=2 id=code> <a name="top" id="top"></a></font id=code></pre id=code>
at the top of your code, my understanding was that #top was a predefined place but it's not.
In DW go to the head of your page and insert an anchor and call it top.