how to define coords in an image for an area shape
i m using
<img src="left.jpg" width="350" height="29" alt="Planets" usemap ="#planetmap " />
<map id ="planetmap"
name="planetmap ">
<area shape ="rect" coords ="0,0,199,29 " href ="sun.htm" alt="Sun">
<area shape ="circle" coords ="200,0,350, 29" href ="mercur.htm " alt="Mercury">
</map>
but if i wan to change coords how can i?
anybody can help me?
Thanx
i m using
<img src="left.jpg" width="350" height="29" alt="Planets" usemap ="#planetmap " />
<map id ="planetmap"
name="planetmap ">
<area shape ="rect" coords ="0,0,199,29 " href ="sun.htm" alt="Sun">
<area shape ="circle" coords ="200,0,350, 29" href ="mercur.htm " alt="Mercury">
</map>
but if i wan to change coords how can i?
anybody can help me?
Thanx
Comment