【发布时间】:2011-11-14 12:24:25
【问题描述】:
当使用 简单工具提示 脚本时,在框架中,一半的气球被创建在框中。 有什么办法???
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});}
});
});
请帮帮我
【问题讨论】:
-
Showz me dez codz!?如果没有更清晰的解释和我们可以查看的示例(或一些标记代码),您的问题是完全无法解决的。
-
i.stack.imgur.com/hC8CO.png 以另一张照片为例
-
不要这么简单的使用
iframes。