Hi All,<br><br>Please help me,<br><br>How to add Cluetip with image+text in mouseover?<br><br>What I have done ??<br><br>For that I added following code into pag.tpl.php, &lt;head&gt; tag:<br><br>&lt;script type=&quot;text/javascript&quot;&gt;<br>
$(document).ready(function(){<br><br>var direccion = &#39;/content/cajones-portamonedas&#39;;<br><br>top.$(&#39;.views-table td a img&#39;)<br>.addClass(&#39;cluetip_title&#39;)<br>.attr(&#39;rel&#39;,direccion)<br>.attr(&#39;href&#39;,direccion);<br>
top.$(&#39;.cluetip-title&#39;).cluetip();<br>});<br>&lt;/script&gt;<br><br>Here I install Cluetip in drupal 6x with jq module dependency.<br>-- I create a page with &lt;a class=&quot;cluetip-title&quot; href=&quot;#&quot;  rel=&quot;test&quot;&gt;Click here..&lt;/a&gt; <br>
-- rel=&quot;test&quot; --&gt; test is a page with image in it&#39;s content.<br>-- but while mouseover on click here.. link I saw a full page with left,right,top,bottom and content also.<br>-- It&#39;s not my requirement I need to display only content.<br>
<br>-- Also anyone explain what is mean by :<br>   var direccion = &#39;/content/cajones-portamonedas&#39;; ??<br><br>thanks in advanced..<br><br>Please help me.<br clear="all"><br>-- <br>Regards<br>Swatee Amit Karpe<br>