i have a map of a coutry..my task is at hover effect on each district they will glow..i dont know how do i perfectly do it..i could use html map tag like:
<img src="district1.png" width="xxx" height="yyy" alt="d1" usemap="#d1_map">
<map name="d1_map">
<area shape="poly" coords="0,0, 35,36, 82,126 .... " styles="....">
</map>
but this is not perfection as u know a map doesnt have polygonal shape..so any other idea?? thanks in advance..