When i take the javascript file out you get that light blue colour around the png images and the transparency does not work but the links work?
Below is my code for the map. It works in firefox, ie7 etc..
If your thinking make the image have a solid background i cant as the main background has a gradient:
<img class="map" src="img/hotel_map.png" alt="Select a hotel" border="0" usemap="#Map" style="margin-left: 50px;" /> <map name="Map" id="map"> <area shape="poly" coords="100,208,106,196,200,201,201,223,115,223,110,240,83,244,82,222" href="/newquay" alt="Newquay" /> <area shape="poly" coords="208,172,296,174,295,197,286,203,289,216,274,227,225,196,211,191" href="/torquay" alt="Torquay" /> <area shape="poly" coords="350,136,488,134,488,161,469,169,463,186,438,186,418,163,348,159" href="/bournemouth" alt="Bournemouth" /> <area shape="poly" coords="495,204,520,204,517,177,544,180,553,200,581,208,584,225,497,227" href="/shanklin" alt="Shanklin" /> </map>
Anyone have a solution for getting the links to work in IE6 with the transparency working as well??
Cheers
This post has been edited by Sam G: 02 February 2010 - 09:02 PM
Reason for edit: added [code] tags
Help

















