Hi there,
I have created a tooltip using the jquery tools plugin.
All works perfect in all browsers but not FF 6.0.2. Nothing comes up and no errors are found when I use the firebug console.
Any ideas?
HTML Code:<section id="xmas"> <a href="#" id="luxury" title=" "></a> </section>The css has the general styles for the tooltip and the luxury-tip is an image.Code:$("#luxury").tooltip( { effect: 'slide', tipClass: 'luxury-tip', offset: [130, 0] });
Code:.luxury-tip { display:none; width: 230px; height: 166px; background: url(../images/xmas/popup-chocolates.png) no-repeat 0 0; }


Reply With Quote

Bookmarks