1
div內的內容不會顯示在ie9中。它在所有其他瀏覽器中顯示?彈出窗口中的內容不會在IE中顯示9
<div id="element_to_pop_up2" style="z-index:9999999">
<a href="#" class="b-close">x</a>
**There will be Delay with shipping this week.**
</div>
$(document).ready(function() {
$('#element_to_pop_up2').bPopup({
speed: 650,
transition: 'slideIn'
});
});
澄清;彈出窗口出現,但沒有內容?或者沒有彈出? – Turnip
popup會彈出。但是在IE9中沒有內容。提示問題。 – ronit
使用一個插件,創作者實際上對他們在做什麼有了線索?嚴重的彈出頁面上的示例代碼都是錯誤的....如果彈出窗口在那裏,但沒有內容嘗試包裝在p標籤的文本。 –