when using Simple tooltips script In the frame, half of the balloon is created in the box. What is the solution???
http://craigsworks.com/projects/simpletip/#
frame dize:
<iframe scrolling="no" src="frame.php" style="width:960px; height:460px;"></iframe>
script:
$('.spot').each(function(){
var id= $(this).attr("id");
$(this).simpletip({
persistent:true,focus:true, fixed: true, position:'top', showEffect:'fade', hideEffect:'fade', ![enter image description here][3]content:'<div class="intip"><img src="o/wait30.gif"></div>',onShow: function(){this.load('spot.php',{b:id,c:1});}
});
});
please help me