The following is supposed to create 2 clickable regions in a JPEG of a hot air ballon ie balloon on right (circle) and basket on the left (rect) but something is clearly missing but I can't quite work out what. Have checked a few sites but no joy so far...
:sad:
Any suggestions would be greatly appreciated.
Tx
Loren
<p>
<img src="balloonF.jpg"
width="484" height="345" align="left" border=0
alt="sitemap" usemap="#sitemap">
<map name="sitemap">
<area shape="circle" coords="50,90,55"
href="contact2.html"
alt="Contact Details A">
<area shape="rect" coords="200,200,200,180"
href="contact2.html"
alt="Contact Details B">
</map>
</p>