最新的Web開發教程
 

HTML usemap Attribute


定義和用法

所述usemap屬性指定的圖像(或物體),為圖像映射(圖像映射是可點擊的區域的圖像)。

usemap屬性與相關<map>元素的名稱或id屬性,並創建之間的關係<img><map>

注: usemap如果不能使用屬性<img>元素是一個的後代<a><button>元素。


適用於

usemap屬性可以在下列元素一起使用:

分子 屬性
<img> usemap
<object> usemap

例子

圖像映射,可點擊方面:

<img src="planets.gif" width="145" height="126" alt="Planets" usemap="#planetmap">

<map name="planetmap">
  <area shape="rect" coords="0,0,82,126" href="sun.htm" alt="Sun">
  <area shape="circle" coords="90,58,3" href="mercur.htm" alt="Mercury">
  <area shape="circle" coords="124,58,8" href="venus.htm" alt="Venus">
</map>
試一試»

一個<object>使用圖像映射元素:

<object data="planets.gif" width="145" height="126" usemap="#planetmap"></object>
試一試»

瀏覽器支持

usemap屬性為每個元素以下瀏覽器支持:

元件
img
object 不支持 不支持 不支持