I installed Jmootips and am happy with the performance. But I have two questions I'd like to put it:
- Sometimes activates the tooltip just because hover the mouse over text tootltip without getting fixed. It is possible that the tooltip appears only when we fix the mouse over the text tolltip?
Another issue
- How to do, with HTML, instead of "Click here" appears only a clickable image?
I tried to make it, but does not work...
My attempt:
what do you mean with "...tooltip appears only when we fix the mouse over the tooltip..."?
To assign a tooltip to an image, you just embed the image tag with a tip-tag:
Thanks for the reply. About the image, is solved.
About the other question, sometimes the tooltip appears without steady the mouse pointer over the link tooltip (eg "Click Here"). I think this happens, eventually, get past the mouse pointer over the link. But not always happen. I try to replicate the "error" but I can not, for that reason do not know exactly in what situations the "phenomenon" occurs.
If anyone still reported identical situations, I will try to replicate the "error" and then communicate.
technically (how tooltip behaviour is implemented):
If there is a mouse-over ("mouseenter") event for a tooltip-target a tooltip will popup. So if a user (even accidently) hovers a tooltip target, a "mouseenter" event will be present, and a tooltip will popup.
If the user (the mouse pointer) leaves the target or tooltip the tooltip will close (it will only stay open if "sticky" has been set to "1" and mootools framework is used).
I understand. So, if I NOT stay the mouse over the target of the tooltip, the tooltip popup does not appear. The popup only appears when the mouse pointer fixed on the target of the tooltip. Alright.
But, the "problem" is sometimes the popup tooltip appears even though NOT stay the mouse over the target of the tooltip, just moove over target tooltip.
Thanks, Joachim
No problem, this "problem" only happens sometimes, not always.
as I said events trigger popup/close of tooltips. If the javascript engine of your browser sends or handles events not correctly you may see these problems. (may be in the case of incomlete loading the current page).
We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.