[jQuery] onmouseover having trouble in IE6

2008-04-01 Thread ajobe
I have my clueTip sticky and have mouseOutClose: true, This seems to work great in all browsers except for IE6. Seems like when you interact and stop moving the mouse for a moment, when the mouse is moved again it closes, no matter the mouse location. Is there a fix for this? It is so close

[jQuery] clueTip width question

2008-03-31 Thread ajobe
I was under the impression that cluetip would dynamially resize based on the content it contained. I am putting an html page with all of the content set into a table in clueTip. The height is great, but the width is much less than the width of the table. Am I wrong thinking that it should size

[jQuery] clueTip close button moves on hover

2008-03-31 Thread ajobe
In my clueTip window I am having trouble with the close button moving slightly to the right when it is rolled over. It is in the title and I am using a sticky window that closes on mouse out. I cannot figure out what is causing this. Any ideas would be great! Thanks!

[jQuery] Re: clueTip close button moves on hover

2008-03-31 Thread ajobe
; } Thanks! On Mar 31, 3:21 pm, Karl Swedberg [EMAIL PROTECTED] wrote: this one sounds like it could be a css problem. are you using text or   image for the close? --Karl _ Karl Swedbergwww.englishrules.comwww.learningjquery.com On Mar 31, 2008, at 2:47 PM, ajobe wrote

[jQuery] Re: clueTip width question

2008-03-31 Thread ajobe
PM, ajobe wrote: I was under the impression that cluetip would dynamially resize based on the content it contained.  I am putting an html page with all of the content set into a table in clueTip.  The height is great, but the width is much less than the width of the table.  Am I wrong

[jQuery] clueTip not displaying ajax data

2008-03-06 Thread ajobe
I am using clueTip to open an html page which renders dynamic data. The page loads fine, but it doesn't make any of the ajax calls. Even just javascript alerts won't work. It seems like it just isn't executing any code. Any ideas on this?