问下地图分块如何实现?
需要对某个地图分成几个区域,鼠标移过去会高亮,点击相应事件。。最简单的实现办法是什么?? --------------------编程问答-------------------- flash 来实现 --------------------编程问答-------------------- 不会flash..用.net和js能实现吗? --------------------编程问答-------------------- map 标签 --------------------编程问答--------------------
<map name="planetmap" id="planetmap">
<area shape="circle" coords="180,139,14" href ="venus.html" alt="Venus" />
<area shape="circle" coords="129,161,10" href ="mercur.html" alt="Mercury" />
<area shape="rect" coords="0,0,110,260" href ="sun.html" alt="Sun" />
</map>
自己去定义坐标,然后写方法或者样式
补充:.NET技术 , ASP.NET