Firefox 3.6.8 doesn't work with an anchor, it rolls down to the page's bottom
There is an anchor in one of my websites.
http://www.autostitkok.hu/tozsde3.html#jelentkezes
Firefox 3.6.8 doesn't "stop" at the anchor if I use an anchored link, but rolls down to the bottom of the page.
If I click into the address bar of the browser, and hit enter, the browser jumps to the right place, but obviously this isn't the way i开发者_如何学编程t supposed to work...
I asked other users and they have the same experience with this link on this site, so the problem can't be my computer.
Other browsers work properly.
I tried Opera, Google Chrome, and IE8.
Thank you, Gabor
Searching on Google suggests that the name attribute is deprecated for links. You might want to try using the id attribute (<a id="jelentkezes">
)instead.
If that does not work, I think looking into the HTML validation errors would a reasonable next step.
精彩评论