div里面的内容没有在Ie9中显示。它在所有其他浏览器中的显示?
<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'
});
});