1

我想知道是否可以使用 Google 地图 IFRAME 代码显示在厚框 jQuery 灯箱中。我正在尝试使用嵌入的 url 但没有运气的任何帮助。有没有人看到这个问题的解决方案我试过谷歌搜索但无济于事。

4

1 回答 1

1

您只需要将 Google iframe 放入隐藏的 div 中,然后使用 Thickbox将其作为内联内容打开。

<a href="#TB_inlinemodalContent?height=400&width=430&inlineId=modalContent" title="add a caption to title attribute / or leave blank" class="thickbox">Show hidden modal content.</a>

<div id="modalContent" style="display:none;">
    <iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/?ie=UTF8&amp;ll=37.09024,-95.712891&amp;spn=24.455808,37.353516&amp;z=4&amp;output=embed"></iframe><br /><small><a href="http://maps.google.com/?ie=UTF8&amp;ll=37.09024,-95.712891&amp;spn=24.455808,37.353516&amp;z=4&amp;source=embed" style="color:#0000FF;text-align:left">View Larger Map</a></small>
</div>
于 2009-07-01T21:53:06.797 回答