Hi,
It looks like you've included the entire demo script, but you really
only need one line inside a $(document).ready() function.
The first two lines that use the .cluetip() method in your script file
are these:
$('a.title').cluetip({splitTitle: '|'});
$('a.basic').cluetip();
Notice that the first one applies the cluetip to a link with
class="title" and the second to a link with class="basic" . Your html
doesn't have either of these classes in it. I think that could be your
problem.
--Karl
____________
Karl Swedberg
www.englishrules.com
www.learningjquery.com
On Jun 30, 2008, at 7:14 PM, datatv wrote:
I just started using Cluetip and I can't get the tip to show up at all
even though I've tried the example on the Cluetip website (for rounded
corners) to the letter. Can anybody look at my code and see where I
might have screwed up?
http://www.datatv.com/sw/SW_wp_sampler.html
If you rollover the first icon on the top left (underneath the header)
the cluetip is supposed to appear.
Thanks in advance to anyone who can assist.