ie anchor name top problem

Are you having a problem getting

<a name="top"></a>
...
<a href="#top">top of page</a>

to behave as it should in Internet Explorer 6 in some cases? Me too!

I have no idea why this happens in some instances and not others but there's a bit of javascript that make sit all ok again... forgeth the name and the href method and use the following instead

<a href="javascript:scroll( 0, 0 );">top of page</a>
If you found this helpful, please link to it so that others may find it.