I have a tooltip that has a link to an anchor but it seems like it is not going to the right anchor. Rollover the person and click on the “[+]” inside the tooltip.
To view the sample click here
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s because of this:
on the links. That’s the first match for a
#davidURL – that will match either anidor aname. The<a name=...anchors lower down the document are being ignored.You need to rename either the
ids or thenames, so that there’s only one element with anidofdavid, or one anchor with anameofdavid.