[jQuery] Re: Cluetip showing content below fold

2008-05-02 Thread Karl Swedberg
excellent! so glad to hear it. --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On May 2, 2008, at 11:23 AM, sprak wrote: That did the trick; everything works perfectly now. Thanks! - Luis On May 2, 10:47 am, Karl Swedberg <[EMAIL PROTECTED]> wrote: ok

[jQuery] Re: Cluetip showing content below fold

2008-05-02 Thread sprak
That did the trick; everything works perfectly now. Thanks! - Luis On May 2, 10:47 am, Karl Swedberg <[EMAIL PROTECTED]> wrote: > ok. there was a problem someone noted a while back between cluetip and > the more recent versions of dimensions. I'm sure this is fixed in svn, > but don't think it

[jQuery] Re: Cluetip showing content below fold

2008-05-02 Thread Karl Swedberg
ok. there was a problem someone noted a while back between cluetip and the more recent versions of dimensions. I'm sure this is fixed in svn, but don't think it made it into a release yet. would you mind trying the svn version? You can find it here: http://jqueryjs.googlecode.com/svn/trun

[jQuery] Re: Cluetip showing content below fold

2008-05-02 Thread sprak
Dimensions is definitely being included. jquery: 1.2.3, minified distribution dimensions: 1.2, minified distribution cluetip: 0.9.6 Tried turning the other libraries off, but that had no effect. I'll see what I can do about hosting the page so it is publically visible. - Luis On May 1, 1:5

[jQuery] Re: Cluetip showing content below fold

2008-05-01 Thread Karl Swedberg
thanks for the info. Another thing you can check is whether you are including the Dimensions plugin. (it's a dependancy.) If it's in there, then the next thing I'd like to know is the version # you're using for jquery core, dimensions, and cluetip. Of course, if you have a page you can s

[jQuery] Re: Cluetip showing content below fold

2008-05-01 Thread sprak
That's already in place on the page; here is the exact doctype we are using: http://www.w3.org/1999/xhtml"; xmlns:v="urn:schemas- microsoft-com:vml" xml:lang="en" lang="en" dir="ltr"> Here are a few other details that might be of use; the script $(document).ready(function() { $('td.sricon img'

[jQuery] Re: Cluetip showing content below fold

2008-04-30 Thread Karl Swedberg
it's possible that the problem has to do with the page being in quirks mode, though I can't tell for sure without more information. Could you try using a doctype & system identifier to put the page into standards mode? For example: http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"