Welcome Guest ( Log In | Register )



 
Reply to this topicStart new topic
> Imagemap With Image As Other Link
Mark133
post May 28 2007, 09:59 AM
Post #1


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 1
Joined: 28-May 07
Member No.: 22,213



Hi,

I have an imagemap with a couple of links to other pages, but I would also like the whole image to be a link, for example the code below

CODE


<td>
<a href="/link1">
<center>
<map id="image1" name="image1">
<area shape="rect" coords="100,19,144,49" title="(Category, 1) = 4.74" alt="" href="/link2"/>
<area shape="rect" coords="100,50,144,126" title="(Category, 2) = 1.96" alt="" href="/link3"/>
</map>

<img border="0" width="300" height="200" usemap="#image1" src="/image.png">
</center>
</a>
</td>



My aim is to have a user brought to link2 or link3 by clicking on the specific areas of the map, or else brought to link1 by clicking anywhere else.

This works in FireFox 2.0, but Internet Explorer 6 ignores the link1. I can achieve the effect that I am looking for by defining an AREA on the imagemap that covers all the image, and is overridden by the specific areas, but the library I use to generate the imagemap does not support this without some modification. Is there another way I can achieve this for Internet Explorer?

thanks!
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Anyone Know Of Any Good Image Editing Software?(24)
  2. How To Make A Good Sig Image!(6)
  3. Image Problems With Windows 2000(9)
  4. Hacked By Dumansal(2)
  5. How To Mount A Cd Image(13)
  6. Link To Other Computers(4)
  7. Image Resizer Power Toy(2)
  8. Uploading Image File Through JSP Code To Server(9)
  9. Can You Link Game Maker With Mysql/php(0)
  10. Creating Flash Image/slideshow(2)
  11. How To Save A Image In Pdf File And Download It?(10)
  12. My Background Image(7)
  13. Dynamically Change The Background Image On Mouse Effects!(3)
  14. Site Link Analyzer Tool(1)
  15. Dynamic Php Image And Better Php Code Question(10)
  1. Dynamic Gd Image(2)
  2. Coppermine Random Image Script(6)
  3. Stage.scalemode(1)
  4. Making A Link = Mysql_query(8)
  5. Image Popup On Mouseover(23)
  6. Find Out Dead Links In Your Site Automatically(11)
  7. Is It A Good Practice To Store Image Or Other Binary Files Directly In A Mysql Database(4)
  8. Is The Core Image Possible On Radeon 9200 Mobile?(0)
  9. Need Help With Background Image...(12)
  10. Enlarge Image Script(19)
  11. Searching For Alternate Flash Image Viewer(2)
  12. Videos, Films, Animate, Documentary With The Best Quality Of Image And Online.(0)
  13. Best Host (free) To Host Audio,video And Image Files.(12)
  14. Image Editing Question(2)
  15. Creating Your Own Image Gallery With Php(3)


 



- Lo-Fi Version Time is now: 7th October 2008 - 08:49 AM