Hi, I tried "sticky, with arrows" (4th one) of cluetip-1.0.4 package. It's working fine. But when I used the same in multiple links in same page, only one is working.
At present the html code is : <a id="sticky" href="ajax6.htm" rel="ajax6.htm">sticky clueTip with arrows</a> and javascript code is : <script type="text/javascript"> jQuery(document).ready(function($) { $('#sticky').cluetip({sticky: true, closePosition: 'title', arrows: true}); }) </script> Thanks in advance for any possible help.