【发布时间】:2011-07-20 05:52:35
【问题描述】:
这是我的代码:
<area shape="design-principles" coords="598,385,695,455" rel="lightbox" href="http://www.google.com" target="frame1"/>
<iframe name="frame1" Width="500px" Height="100px" style="overflow:hidden;">
<p> Browser does not support iframes </p>
</iframe>
我有一张图片,我的目标是图片特定位置的onClick(因此使用了<area> 标签)。
问题是,http://www.google.com 没有在iframe 中打开。
另外,我希望iframe“离开”onMouseOut
【问题讨论】: