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