not rendering image maps in safari ?
Posted: Tue 14. Dec 2004, 17:48
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
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>