使用map,我想使其中一个area用另外的文字来代替,如何实现?
<img src="image/photo.jpg" width="778" height="205" border="0" usemap="#Map">
<map name="Map">
<area shape="rect" coords="31,96,170,111" href="#">
<area shape="rect" coords="31,112,107,126" href="#">
</map>
比如这样,我想使第二个area用一段文字代替,怎么实现??