Hi Joel,

For some reason it doesn't like the page being in quirks mode. Can you put it in standards mode? All you need to do is add a system identifier, so instead of this ...

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

you would have this ...

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
   "http://www.w3.org/TR/html4/loose.dtd";>

that should do the trick. Let me know how that goes for you.

Thanks,


--Karl
_________________
Karl Swedberg
www.englishrules.com
www.learningjquery.com



On Oct 23, 2007, at 7:05 PM, Joel S wrote:


Hi Karl

I was going to post this at some point, but figured I'd tag along on
this thread.

I'm using clueTip on a page with many clueTip links inside a table,
and I'm finding that in Firefox (both OS X and XP) the clueTips aren't
repositioning from the bottom of the page -- although they work fine
in Safari and IE7.  In simpler pages, I've had no problems with
clueTips repositioning in FF, but with a full page like this, the tips
are displaying below the visible page.

Demo page at:
jsfmp <dotcom> /jquery/cluetip_ff/

Any thoughts?

Thanks,
-Joel
p.s. I love how setting cluetip to local automatically hides the
relevant divs... very nice and friendly!  thanks :-)


Reply via email to