htmlhyperlinkfragment-identifier

Fragment link not working


Total newbie question, but I cant figure out what im doing wrong. I want a make a link that jumps down the page to a header. I believe these are called fragment links. Here is my code thats not working:

<a href="#Frag">My Link</a>

<div id="cont">

<p>Lots of content here, abbreviated in this example to save space</p>

<h2 id="Frag">Header I want to jump to</h2>
</div>

Solution

  • Your code works fine in firefox anyway you can use as well name instead of id..

    http://www.w3schools.com/tags/att_a_name.asp

    if you want to have a nice scrolling you can use jquery scroll http://api.jquery.com/scroll/