[jQuery] Re: (Newbie Help) Cluetip not showing up

2008-07-01 Thread datatv
Yea., that should help a lot. Thanks. On Jul 1, 5:59 pm, Karl Swedberg <[EMAIL PROTECTED]> wrote: > Hi, > > well, I don't know about "easily," but you can set the "sticky" option   > to true and then use Firebug to inspect the element once it's visible   > (or even when it's hidden, actually). >

[jQuery] Re: (Newbie Help) Cluetip not showing up

2008-07-01 Thread Karl Swedberg
Hi, well, I don't know about "easily," but you can set the "sticky" option to true and then use Firebug to inspect the element once it's visible (or even when it's hidden, actually). Here is the structure of a fairly typical rounded-corner, sticky tooltip: rounded corners

[jQuery] Re: (Newbie Help) Cluetip not showing up

2008-07-01 Thread datatv
Well, actually there is a file there in that folder so I don't know why you're not getting it. I followed your lead though and deleted all the .js from that page and added yours and I get the rounded corners box and then added all the other features I want like arrows and now they show up too. Is

[jQuery] Re: (Newbie Help) Cluetip not showing up

2008-07-01 Thread Karl Swedberg
Hi again, You have a couple problems here. 1. None of the rounded corner examples are using a selector that will select the link you're trying to activate with a clueTip. If you only want one clueTip to appear, and you want it to appear when hovering over that first image (or, more precis

[jQuery] Re: (Newbie Help) Cluetip not showing up

2008-06-30 Thread datatv
OK, I found it but that brings up the default. I still can't figure out why the rounded corners tool tip won't appear. On Jun 30, 5:46 pm, Karl Swedberg <[EMAIL PROTECTED]> wrote: > Hi, > > It looks like you've included the entire demo script, but you really   > only need one line inside a $(docu

[jQuery] Re: (Newbie Help) Cluetip not showing up

2008-06-30 Thread datatv
Where are you seeing those two lines? I can't find them anywhere. On Jun 30, 5:46 pm, Karl Swedberg <[EMAIL PROTECTED]> wrote: > 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

[jQuery] Re: (Newbie Help) Cluetip not showing up

2008-06-30 Thread Karl Swedberg
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 th