如何在映射的图像上添加标记/指针

时间:2012-12-16 09:00:40

标签: html database image mapping coordinates

  

可能重复:
  How to assign a unique IDs to the mapped portion of an image & link it with database

我有一个简单的建筑平面图(jpg图像),上面有房间。它是一个映射图像。 我想要的是在特定房间添加标记/指针。假设用户搜索“CR1”,则应将标记放置在代表CR1的图像的映射区域。 CR1表示Class Class 1。 这是我的代码:

<img src="UG ground.jpg" alt="UG" usemap="#mymap"/> <map name="mymap"> <area shape="circle" coords="90,58,3" alt="Mercury" href="mercur.htm"> <area shape="poly" coords="549,272,489,334,534,377,594,316" href="www.msn.com" target="_top" alt="CR1" name="room-1"> <area shape="poly" coords="578,244,621,201,662,240,622,286" href="#" alt="CR2"> <area shape="poly" coords="665,155,624,201,669,244,711,200" href="#" alt="CR3">

0 个答案:

没有答案