le 04/10/2003 à 10:15
liens images
Ca peut se faire simplement en HTML (donc en PHP)
La syntaxe est du genre :
<map name="toto">
<area href="titi.html" shape="rect" coords="64, 54, 234, 154">
<area href="tata.html" shape="circle" coords="277, 193, 50">
</map>
<img border="0" src="image.jpg" usemap="#toto" width="450" height="300">
La syntaxe est du genre :
<map name="toto">
<area href="titi.html" shape="rect" coords="64, 54, 234, 154">
<area href="tata.html" shape="circle" coords="277, 193, 50">
</map>
<img border="0" src="image.jpg" usemap="#toto" width="450" height="300">
