Hi Chuck,
Sorry I haven't had a chance to look into this yet. I never work with
i-frames, so I'm afraid I won't be of much help with the issue.
However, you might have success with the $.cluetip.setup() method. Try
setting the insertionElement to the parent frame or something like
that and see if that works?
$.cluetip.setup({
insertionElement: 'whatever'
});
--Karl
____________
Karl Swedberg
www.englishrules.com
www.learningjquery.com
On Jan 1, 2009, at 5:12 AM, C.Everson wrote:
First off - Happy New Year to everyone!
I am trying to use the excellent Cluetip plugin from:
http://plugins.learningjquery.com/cluetip
to display some content in a hidden DIV on a page that is pulled into
context of the main page with an I-frame.
I can easily get the content to display in the way I want it to, but
the
Cluetip is restricted to the boundary of the I-frame.
This causes it to get cut off if the activation point is at the edge
of the
I-frame.
I've ran into similar problems with a lightbox and the solution
there was
to include a target="_parent" on the link of the content in the I-
frame
document.
However this does not seem to work for Cluetip.
Does anyone have an idea on how to solve or work around this?
Thanks!
Chuck