
I am having issues with anchor links in Google Chrome.
I have a page with several anchor links. They all work fine in IE and Firefox, but in Chrome they either do nothing or jump to the wrong location.
I am guessing Chrome has started handling these differently to other browsers so any tips on how to make it work would be appreciated.
Upon editing the HTML I noticed the anchor objects are all grouped together, for example:
<div class="Object4031"><a name="Mind2"></a></div>
And then these objects are positioned as follows:
div.Object4031 { position:absolute; top:1228px; left:238px; width:15px; z-index:63; }
If I cut and paste the objects manually into the right area in the HTML the anchor links then work in Chrome but obviously as soon as I then edit the file again in VSD it moves them all back to where they should be.

Perhaps Chrome isn't handling things as it is expected to.
Any tips appreciated.
Thanks