not rendering image maps in safari ?

Discuss phpwcms here, please do not post support requests, bug reports, or feature requests! Non-phpwcms questions, discussion goes in General Chat!
Post Reply
ryanpratt
Posts: 74
Joined: Fri 5. Mar 2004, 16:59
Location: Hilton Head Island, SC

not rendering image maps in safari ?

Post by ryanpratt »

this is a weird issue im having im placing an html content type and inserting a image and an image map, but thought i can see the image in the front end the image maps dont work in safari but they do in firefox and mozill?
is this a nown issue to anyone , and is there a work around ?
hear is a link to the section im dealling with, any help would be apreciated.
http://www.pixelpowerplant.com/hub/portfolio.phtml
and the code

Code: Select all

<table width="100%"  border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td align="center"><img src="../images/icons/logos_band.gif" width="400" height="102" border="0" usemap="#Map"></td>
  </tr>
</table>
<map name="Map">
  <area shape="circle" coords="41,41,34" href="motiongraphics.phtml">
  <area shape="circle" coords="251,41,34" href="web.phtml">
  <area shape="circle" coords="147,41,34" href="photography.phtml">
  <area shape="circle" coords="358,40,34" href="print.phtml">
</map>
Post Reply