I should have looked a little harder. there it was in "black & white".

So, I did find the info about positioning the ClueTip and decided that
"auto" would probably be what I'm looking for, but when I put
"positionBy: auto" in the ClueTip options, it disabled the ClueTip.
The "hidden div" part of the ClueTip just sits on the page.  When I remove
the positionBy option, all works normally.

I changed that option in the "custom-cluetip.js" file, which has this in it:

$(document).ready(function() {
 
        $('a.load-local').cluetip({

                local: true,
                cluetipClass: 'jtip', 
                cursor: 'pointer',
                arrows:true,
                dropShadow: true,
                width: 410
        
        });

});

Suggestions?

Rick



From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Rick 
Faircloth
Sent: Saturday, November 17, 2007 11:26 PM
To: [email protected]
Subject: [jQuery] ClueTip Question...

Hey, Karl. (or anyone else who might know)
Did you ever get ClueTip coded so that it will
show top, bottom, left, and right, depending on
what direction a ClueTip will best fit the screen?
I just put the latest version on the plug-in
page on a site, and if I scroll the page so that
the ClueTip link is at the top of the page, it still
puts the ClueTip out to the left where part of it
is cut off at the top, instead of at the bottom
where there's plenty of room for it to show.
Rick


Reply via email to