So glad to hear that it worked for you! It's a shame it won't work in
quirks mode, but at least we know how to fix it. :-)
On Oct 24, 2007, at 12:03 AM, Joel S wrote:
You rock, Karl, Thanks so much! That totally did it!
I'll have to pay more attention to that in the future.
Best,
-Joel
On Oct 23, 5:06 pm, Karl Swedberg <[EMAIL PROTECTED]> wrote:
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 Swedbergwww.englishrules.comwww.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 :-)