Hi,
I have created an image map and it is not working in any browsers.
Here is the code:
<div id=“locations_left_right”><img src=“images/map3.png” width=“90%” usemap=“#imgmap201331112850” border=“0”>
<map id=“imgmap201331112850” name=“imgmap201331112850”>
<area shape=“circle” alt=“Sheffield” coords=“403,789,25” href=“clinics_sheffield.html” />
<area shape=“circle” alt=“Wilmslow” coords=“321,835,23” href=“clinics_wilmslow.html” />
<area shape=“circle” alt=“Birmingham” coords=“351,933,25” href=“clinics_birmingham.html” /><area shape=“circle” alt=“Watford” coords=“559,1043,23” href=“clinics_watford.html” />
<area shape=“circle” alt=“Brentwood” title=“” coords=“608,1058,26” href=“clinics_brentwood.html.html” />
<area shape=“circle” alt=“Maidenhead” coords=“512,1092,24” href=“clinics_maidenhead.html” />
<area shape=“circle” alt=“London, Wimpole Street” coords=“571,1093,25” href=“clinics_london_wimpole_street” />
<area shape=“circle” alt=“Hayward’s Heath” coords=“554,1148,24” href=“clinics_haywards_heath.html” />
<area shape=“circle” alt=“Southampton” coords=“474,1186,24” href=“clinics_southampton.html” />
<area shape=“circle” alt=“Bournemouth” coords=“395,1209,23” href=“clinics_bournemouth.html” />
</map>
</div>
Any help with this would be greatly appreciated. Thanks.