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 it 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

link|improve this question
I see that the tag in question is empty; would it help to add e.g. a   into it? – Piskvor Aug 30 '10 at 9:25
Thank you, it didn't solve the problem, but Martey had the solution! Thanks for trying, Gabor – Gabor Aug 30 '10 at 10:45
feedback

1 Answer

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.

link|improve this answer
Bingo! Thank you very much! This is the solution! Kind regards, Gabor Holics – Gabor Aug 30 '10 at 10:44
:-(((( I don't know what happened. Last time it was OK, now I tried again, and it didn't work second time. – Gabor Aug 30 '10 at 11:04
Validation didn't give the answer either. – Gabor Aug 30 '10 at 11:27
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.