我很难让 iframe 加载到覆盖中。我的用户级别能胜任html 5 css3 xhtml 并且可以阅读php 和JavaScript。我能够让 youtube 视频在 lightbox_frame 和 iframe 中播放。但不喜欢将 html 页面放入叠加层中的 iframe 中。我正在阅读fancyapps,示例是:Iframe
所以改编如下。
<div class="portfolio3_shadow">
<a class="various" data-fancybox-type="iframe" href="page_slideshow">
<img src="../images/slideshow.png" alt="" width="210" height="131"/></a>
<img src="../images/icon_zoom.png" style="margin-top:-30px;margin-left:86px;z-index:9999" alt=""/></div>
<div style="display:none;">
<div id="page_slideshow" style="width:840px;height:600px">
<iframe width="840" height="600" src="slideshow.html" frameborder="0" allowfullscreen></iframe> </div>
</div>