This is one of those aesthetics annoyance.
I have an image map, unfortunately, IE shows the cut out shape when the areas mapped out or hot spots are clicked.
So if I have a square hot spot, IE shows the cut out square when the area is clicked.
Any idea how I can removed this annoyance?
Thanks everyone!
<p>
<img src="../design/Koalav1a.jpg" width="600" height="450" usemap="#koala" alt="Koala" class="removeBorder" />
<map id="koala">
<area shape="poly" coords="105,190,63,148,48,120,63,84,79,63,105,42,148,16,211,6,253,27,281,60,253,97,232,127,220,148,203,181,198,202,148,218,127,204,105,190" href="javascript:void(0)" title="Koala Ear" alt="Koala Ear" onmouseover="writetext(koalaEar);"
onmouseout="defaultMsg();" />
<area shape="poly" coords="212,224,213,218,217,213,222,209,228,208,234,209,239,213,243,218,244,224,243,230,239,235,234,239,228,240,222,239,217,235,213,230,212,224,212,224" href="javascript:void(0)" title="Koala Eye" alt="Koala Eye"
onmouseover="writetext(koalaLeftEye);" onmouseout="defaultMsg();" />
<area shape="poly" coords="255,251,267,230,292,216,318,230,333,264,325,288,318,314,313,336,300,342,297,344,276,343,265,342,255,336,243,330,242,326,234,314,244,288,255,251" href="javascript:void(0)" title="Koala Nose" alt="Koala Nose" onmouseover="writetext(koalaNose)" onmouseout="defaultMsg()" />
<area shape="poly" coords="264,379,255,371,251,365,239,336,255,346,276,350,305,347,327,338,316,364,295,377,296,379,291,378,285,379,274,379,273,380,270,379,267,379,264,379" href="javascript:void(0)" title="Koala Mouth" alt="Koala Mouth" onmouseover="writetext(koalaMouth);" onmouseout="defaultMsg();" />
<area shape="poly" coords="353,225,266,206,244,199,209,197,221,168,248,123,264,102,277,82,291,61,359,71,431,80,436,96,438,112,432,123,429,135,445,184,435,219,400,228" href="javascript:void(0)" title="Koala Head" alt="Koala Head" onmouseover="writetext(koalaHead);" onmouseout="defaultMsg();" />
</map>
</p>