tooltip problem

fallenherosdreamride 06 May, 2013
When I try to use a tooltip the code generates a hyperlink. See sourcecode below:

<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
GreyHead 07 May, 2013
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
fallenherosdreamride 07 May, 2013
I would expect the tooltip to just display the tooltip text when hovered over. I don't need it to link to anything.
GreyHead 08 May, 2013
Hi fallenherosdreamride,

That's what I would expect too. I'm still not clear what the problem is though.

Bob
This topic is locked and no more replies can be posted.