我正在尝试弹出一个窗口,在我们的新网站上显示一个简单的图库。
我正在使用SimpleModal作为幻灯片放映的广告画廊。
这一切在firefox,chrome等都可以正常工作,但在Internet Explorer中,winow弹出正常但画廊不会工作,除非你右键点击iframe并点击刷新,此时一切正常。我花了几天时间寻找答案而没有任何运气可以请任何人帮忙吗?打开弹出窗口的代码是......
<div id="content">
<div id='basic-modal'>
<div>
<a href="#" id="tours_past_gallery_link" name='list' class='list'><i>Gallery of past tours</i></a>
</div>
<div id="list-modal-content">
<iframe width="800" height="600" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="tours_gallery.html"></iframe>
</div>
<!-- preload the images -->
<div style='display:none'>
<img src='img/basic/x.png' alt='' />
</div>
</div id='basic-modal'>
</div id="content">
谢谢