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
|
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
| |||
|
feedback
|
|
It's because of this:
on the links. That's the first match for a You need to rename either the | |||
|
feedback
|
|
There are two anchors with the same identifier. The first using the modern approach:
and the second using the Netscape 4 compatible approach (which, for some reason, is contentless):
The browser scrolls to the first one. Change the identifiers so they don't conflict. | |||
|
feedback
|
|
The problem is that you have all of your
You need to move the ID's down to their appropriate locations in the "summary" section, so that when you click on one it links to that person's information. For example:
| |||
|
feedback
|
<img>! – Quentin Apr 26 '10 at 19:37