Avatar of bluesky134
bluesky134

asked on 

show the outline of image map "area" tag

How can I show the outlines and chose a color of an image map "area" tag when image it is loaded?

<body>
<img src="../pics/map.jpg" width="1280" height="867" border="1" usemap="#Map" >
  <map name="Map">
        <area shape="circle" coords="113,102,19" href="#" alt="object1">
        <area shape="circle" coords="465,789,10" href="#" alt="object2">
        <area shape="poly" coords="194,110,248,72,266,106" href="#" alt="object3">
  </map>
</body>


Thanks. Paul.
Web Development

Avatar of undefined
Last Comment
Infinite_Recursion

8/22/2022 - Mon