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"});
HTML:
<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?
title
attribute. It will work. – Ablebodied