Javascript Tooltip / Posts /

Can I use tooltip on a image ?

3
How do I use tooltip on an image, in order to open a message box that pops up in the center of the screen ? Thanks!
Jak  9 years ago   viewed: 3130    

3 Answers

1
Set {position: 1} to make the tooltip stays in the center of the screen, as illustrated on page http://www.menucool.com/tooltip/javascript-tooltip#view2 (The section of "Tooltip Options" and "Override Global Options").

For example, if the center-position is only for a specific image and you don't want to change the global tooltip options, you can:
<img src="..." onmouseover="tooltip.pop(this, '#tip3', {position:4})" />
Milo   9 years ago
0
Thanks for the info Milo. I have another question: Can I use an image  for the CSS3 tooltip ? I want to hower on an image in order to show a message box with text. Thanks!
Jak   9 years ago
1
Yes you can. From Menucool's CSS3 tooltip demo page you can see when you hover on the gift image you can open a tooltip.
Milo   9 years ago

   

Your name*
Password
(Optional. Used to modify this post afterwords)
+ =  

Ask your Own Question

  • If your question is related to the topic of this post, you can post your question to this page by clicking the "Post a reply" button at left;

  • When you want to start a new page for your question: