菜鸟教程 tryhtml_object_usemap 在线代码实例

运行 保存 全屏 右侧展示 实时查看
主题:

 <object data="/statics/images/course/planets.gif" width="145" height="126" usemap="#planetmap"></object>

<map name="planetmap">
<area shape="rect" coords="0,0,82,126" alt="Sun" href="/statics/images/course/sun.gif">
<area shape="circle" coords="90,58,3" alt="Mercury" href="/statics/images/course/merglobe.gif">
<area shape="circle" coords="124,58,8" alt="Venus" href="/statics/images/course/venglobe.gif">
</map>

<p><b>注意:</b>除了 Chrome 和 Safari,其他主流浏览器都支持 usemap 属性。</p>