Jump to content

Image Map


glenelkins

Recommended Posts

Hi

 

Im having trouble with an image map.

 

The test map is setup as:

 

<MAP NAME="NewsNav">
<AREA SHAPE="Rect" HREF="news.php" COORDS="6,0 7,0">
</MAP>

 

and the image

 

<img src="images/news.gif" usemap="#NewsNav" border="0">

 

I figured the coordinates in the photoshop info window. The image map is not working?

 

 

Link to comment
https://forums.phpfreaks.com/topic/44099-image-map/
Share on other sites

  • 4 weeks later...

Hi

 

Im having trouble with an image map.

 

The test map is setup as:

 

<MAP NAME="NewsNav">
<AREA SHAPE="Rect" HREF="news.php" COORDS="6,0 7,0">
</MAP>

 

and the image

 

<img src="images/news.gif" usemap="#NewsNav" border="0">

 

I figured the coordinates in the photoshop info window. The image map is not working?

 

You need a comma between ALL numbers.

 

<AREA SHAPE="Rect" HREF="news.php" COORDS="6,0,7,1">

 

 

Link to comment
https://forums.phpfreaks.com/topic/44099-image-map/#findComment-231298
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.