Reputation: 676
I have an anchor on my webpage:
<a name="here"></a>
and I link to it as usual: http://mysite.com/mypage.aspx#here
Which works just fine in FF but for some reason it doesn't scroll to the anchor in internet explorer.
What now? What cunning hack do I need to employ to solve this mystery of the ages? (Darn that ie browser)
Upvotes: 0
Views: 540
Reputation: 26
If it's an empty anchor shouldn't it be < a name="here" /> or more correctly < a id="here" name="here />
Upvotes: 1