When I try to use a tooltip the code generates a hyperlink. See sourcecode below:
Is this a bug or what am I doing wrong?
On a related note, I tried to insert a tooltip image using your code posted here: http://www.chronoengine.com/forums.html?cont=posts&p=289145#p289145 but it appears that it is trying to display both the image and the "?" on top of each other? If I want to just change the background color of the "?" where would I do that?
Thanks.
Dave
http://www.fallenherosdreamride.org
<div title="*Username:" rel="Enter a username for website login." class="tooltipimg"><a href="#">?</a></div>
Is this a bug or what am I doing wrong?
On a related note, I tried to insert a tooltip image using your code posted here: http://www.chronoengine.com/forums.html?cont=posts&p=289145#p289145 but it appears that it is trying to display both the image and the "?" on top of each other? If I want to just change the background color of the "?" where would I do that?
Thanks.
Dave
http://www.fallenherosdreamride.org
Hi fallenherosdreamride,
I'm sure that I found a way to hide the '?' - probably with a little JavaScript but it looks as though I lost that test form in a server crash :-(
You can change the background color with CSS
The hyperlink looks like normal tooltip code to me. What is the problem here?
Bob
I'm sure that I found a way to hide the '?' - probably with a little JavaScript but it looks as though I lost that test form in a server crash :-(
You can change the background color with CSS
The hyperlink looks like normal tooltip code to me. What is the problem here?
Bob
I would expect the tooltip to just display the tooltip text when hovered over. I don't need it to link to anything.
This topic is locked and no more replies can be posted.