我的DNN窗格中有这个HTML:
<div class="mapImage"><span xmlns="http://www.w3.org/1999/xhtml"><a href="#TB_inlinemodalContent?height=350&width=500&inlineId=modalContent"><img alt="" width="193" height="235" src="/Portals/5/home-3_03.png" /></a></span></div>
<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="500" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.co.uk/maps?f=q&source=s_q&hl=en&geocode=&q=E11+4YE&aq=&sll=52.155202,-0.476543&sspn=0.003864,0.011362&ie=UTF8&hq=&hnear=London+E11+4YE,+United+Kingdom&ll=51.557596,0.004206&spn=0.018677,0.042915&z=14&iwloc=A&output=embed"></iframe><br /><small><a href="http://maps.google.co.uk/maps?f=q&source=embed&hl=en&geocode=&q=E11+4YE&aq=&sll=52.155202,-0.476543&sspn=0.003864,0.011362&ie=UTF8&hq=&hnear=London+E11+4YE,+United+Kingdom&ll=51.557596,0.004206&spn=0.018677,0.042915&z=14&iwloc=A" style="color:#0000FF;text-align:left">View Larger Map</a></small>
</div>
但是所有这一切都是一个黑盒子,好像厚箱正试图打开一样。但没有地图显示? 有任何想法吗?我想在我点击网页上的图片时显示地图。
其他任何实际工作的灯箱?
由于
答案 0 :(得分:1)
亲爱的将你的div内容包含在p标签内,即
<div id="modalContent" style="display: none"> <p> your text and images etc... </p> </div>