Hey, I have an html image map in a file that looks like this:
<div align="CENTER">
<map name="map1">
<area href="products.html" alt="Products" title="Products" shape="CIRCLE" coords="251,143,47">
</map>
<img src="images/header.jpg" alt="map of GH site" border="0" width="300" height="300" usemap="#map1"><br>
</div>
This works perfectly the only thing is I would like to have the circle in image be visible, I would like it to have say red background so people can see it. or have borders
Is there anyway to do that?
<div align="CENTER">
<map name="map1">
<area href="products.html" alt="Products" title="Products" shape="CIRCLE" coords="251,143,47">
</map>
<img src="images/header.jpg" alt="map of GH site" border="0" width="300" height="300" usemap="#map1"><br>
</div>
This works perfectly the only thing is I would like to have the circle in image be visible, I would like it to have say red background so people can see it. or have borders
Is there anyway to do that?