新しいサイトに簡単なギャラリーを表示するポップアップ ウィンドウを取得しようとしています。
ポップアップには SimpleModal を、スライド ショーには Ad-Gallery を使用しています。
Firefox、Chromeなどではすべて正常に動作しますが、インターネットエクスプローラーではウィンドウがポップアップしますが、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">
ありがとうございました