当使用Simple tooltips script 在框架中时,一半的气球被创建在框中。解决办法是什么???
http://craigsworks.com/projects/simpletip/#
帧尺寸:
<iframe scrolling="no" src="frame.php" style="width:960px; height:460px;"></iframe>
脚本:
$('.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});}
});
});
请帮我