Wednesday, 28 August 2013

Image inside tooltip tiptip

Image inside tooltip tiptip

I need to insert an image in a tooltip with hover effect.
$(".tel_view").tipTip({defaultPosition: "top", delay: 400, fadeIn:
400,keepAlive:true,activation:"click"});
<img src="img_ag/lente.png" width="16" height="19" alt="lente"
class="tel_view" title="">
This is the image that i want insert to the tooltip
<img src="img_ag/leg_in.png" id="prova">
Is possible insert an image into the tooltip? How it works?

No comments:

Post a Comment