我想创建地图,当我单击它时会更改图像,或者提供指向某处的链接。
我知道这可以用 HTML5 完成,我必须添加坐标,对吗?问题是使用 Photoshop 手动完成并手动编写所有坐标需要数年时间......有没有办法更快或使用程序来完成?
这就是代码(如果你不知道):
<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>
这张地图例如:http: //upload.wikimedia.org/wikipedia/commons/a/aa/Europe_map.png