使用簡單工具提示腳本在框架中,氣球的一半是在框中創建的。 什麼是解決方案?如何使用簡單提示腳本
http://craigsworks.com/projects/simpletip/#
框架dize:
<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!?沒有一個更清晰的解釋和我們可以看一個例子(或一些標記代碼),你的問題是無法解決的。 – Shef
http://i.stack.imgur.com/hC8CO.png另一張照片,例如 –
不要使用'iframe'那麼簡單。 – Shef