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'
});
});