Html Map Area

From Fxp Wiki

Jump to: navigation, search

Image Map Area

Voila comment on crée une zone clickable sur une image. Exemple pris sur une production du logiciel Golive.
Here is how to create a clickable zone on an image. Exemple taken from a Golive software production.
 
 
<IMG height=793 alt="" src="http://www.fxparlant.net/mediawiki/images/6/6c/NRECHTSover.zeefdr.gif" width=127 
useMap=#RECHTSzeefdrukoverigenbc664166 border=0>
 
<MAP 
name=RECHTSzeefdrukoverigenbc664166>
<AREA 
  onclick="CSAction(new Array(/*CMP*/'BCE9517D0'));return CSClickReturn();" 
  shape=RECT alt="" coords=8,418,122,438 csclick="BCE9517D0">
  <AREA 
  onclick="CSAction(new Array(/*CMP*/'BC67ED7312'));return CSClickReturn();" 
  shape=RECT alt="" coords=9,391,121,409 
  href="http://www.veerkamp.nl/images/harleydavidson.jpg" 
  csclick="BC67ED7312">
</MAP>
 
</BODY>
 
As you can check on the following image, only the line mentioning "green harley" is clickable.
Comme vous pouvez le constater, seule la ligne intitulée "Green harley" est cliquable.

 onclick="CSAction(new Array(/*CMP*/'BCE9517D0'));return CSClickReturn();" 
 shape=RECT alt="" coords=8,418,122,438 csclick="BCE9517D0" />
 

Personal tools