I've made some little changes to my coding, and since then my anchor links ain't working any more.
Basicly my coding looks like this:
And I call this anchor with:
For the full coding, you can take a look at: http://gpf.net84.net/dj/bio.html
I really hope someone can explain what I am doing wrong here, I need those anchors working again.
Basicly my coding looks like this:
Code:
<div id="scrollpanel"><div id="text-block"><div id="text-block-content" class="textcolumn"> <div id="bio" class="roundpic"> <p> some text here </p> </div> </div> <div id="slide"><div id="slider" onmousedown="tvl_sb_grab(this);"></div><div id="slidebar"></div></div> </div> <script type="text/javascript" language="javascript"> tvl_sb_init("text-block", "text-block-content", "slider", "slidebar"); </script> </div>
Code:
<li><a href="#bio">Bio</a></li>
I really hope someone can explain what I am doing wrong here, I need those anchors working again.
Comment