Hi guys this is my first post in this forum. nice to be part of this forum.
i have a HTML code like this :
<p align=“center”><img alt=“” src=“http://trikarsa.co.id/wp-content/uploads/2013/05/Julabo-page.jpg” usemap=“#MapMap” width=“510” height=“800” border=“0” /></p>
<map name=“MapMap”>
<area coords=“16,174,97,308” shape=“rect” href=“http://trikarsa.co.id/?page_id=336” target=“_blank” />
<area coords=“104,173,236,310” shape=“rect” href=“http://trikarsa.co.id/?page_id=356” target=“_blank” />
</map>
i put this code on my wordpress page. it work great. the map did work. but iwat to add somekind of frame when people hover the mouse on the selected area.
thanks before.