We have an image using a Map to hotspot for links. This works perfect
on PCs but on a Apple Mac, it does not. We want to know why our Image
Mapping does not work. Here is the current HTML Code:
<IMG HIDEFOCUS SRC="http://www.buyologic.com/new/projects/23/mperrybig.jpg"
border="0" usemap="#Map">
<MAP NAME="map">
<AREA SHAPE="Polygon" COORDS="93, 34, 129, 111, 190, 88, 153, 20, 96,
48" HREF="http://www.buyologic.com/new/viewer/click.asp?type=matts
head&sel=http%3A%2F%2Fus%2Eimdb%2Ecom%2FName%3FPerry%2C%2BMatthew"
target="g_area">
<AREA SHAPE="Polygon" COORDS="16, 131, 75, 229, 229, 227, 236, 89, 20,
124, 0, 0" HREF="http://www.buyologic.com/new/viewer/click.asp?type=matts
clothes&sel=http%3A%2F%2Fwww%2Egiorgioarmani%2Ecom" target="g_area">
<AREA SHAPE="Polygon" COORDS="33, 25, 60, 90, 101, 81, 92, 21, 43, 22"
HREF="http://www.buyologic.com/new/viewer/click.asp?type=chair&sel=http%3A%2F%2Fwww%2Eethanallen%2Ecom%2Fea%2Fcom%2Eethanallen%2Eecom%2EFrameDirectorServlet%3Ftop%3D1%26body%3D1"
target="g_area">
<AREA SHAPE="Polygon" COORDS="93, 34, 129, 111, 190, 88, 153, 20, 96,
48" HREF="http://www.buyologic.com/new/viewer/click.asp?type=&sel=http%3A%2F%2Fwww%2Ebuyologic%2Ecom"
target="g_area">
<AREA SHAPE=default nohref>
</MAP> |