[jQuery] Re: jQuery cluetip plugin

2009-05-13 Thread Bharat
Hello Karl, My apologies for the hasty post. The plugin works perfectly fine. It was my programming error. I had forgotten to remove the totally vanilla declaration on my shared partial that was overriding the adustments that I has making in my master layout file! I only discovered it after I

[jQuery] Re: jQuery cluetip plugin

2009-05-09 Thread Bharat
Hello Karl, I sent you a login to my beta site. I am not sure if you had a chance to look at it yet? Thanks. Bharat

[jQuery] Re: jQuery cluetip plugin

2009-05-08 Thread Karl Swedberg
Do you have a page somewhere that I can take a look at? Which version of clueTip are you using? thanks, --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On May 8, 2009, at 12:29 PM, Bharat wrote: I am now able to load images/colors out of the CSS file but c

[jQuery] Re: jQuery cluetip plugin

2009-05-08 Thread Bharat
I am now able to load images/colors out of the CSS file but cluetip iteself refuses to recognize any options that I set so for example if I say $(".tip").cluetip({arrows: true}); It does not honor the arrows options setting same thing for sticky: true, etc. Any ideas?