
Originally Posted by
JohnK
Hi. I've got the following image map code that works fine for Firefox and IE but not for Safari. Does Safari have no support for image mapping or is there some other way of doing it that I need to consider?
<img src="/68-MYP/oxf-theme/images/1designCycle-en.png" alt="design cycle" usemap="#Map">
<map name="Map">
<area shape="rect" coords="59,145,131,175" href="16">
<area shape="rect" coords="143,103,173,136" href="15">
<area shape="rect" coords="60,18,133,46" href="13">
<area shape="rect" coords="140,57,176,89" href="14">
<area shape="rect" coords="10,82,72,107" href="17">
</map>
</img>
Thanks in advance for any help.
John
Bookmarks