Well... I guess asking a question spawns an answer. I realized that some of the ClueTip options were surrounded by single quotes. When I added those around the option, positionBy: 'auto', it worked fine.
Actually, positionBy: 'mouse' seems to work best. Thanks for the good work, Karl! Rick PS - It's sorta strange for this entire thread to be a conversation with myself... well, it is 12:02 am... > -----Original Message----- > From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Rick > Faircloth > Sent: Saturday, November 17, 2007 11:39 PM > To: [email protected] > Subject: [jQuery] Re: ClueTip Question... > > > 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 >

