1 2 3 4 5 6 7 8 9 10 11
| <map name="carte">
<area shape="poly" coords="16,20, 40,20, 50,14, 70,20, 76,18, 92,32, 70,54, 30,58, 16,20" href="javascript:void(alert('zone jaune'))" />
<area shape="poly" coords="70,54, 92,32, 112,64, 94,102, 80,96, 70,54" href="javascript:void(alert('zone vert pâle'))" />
<area shape="poly" coords="30,58, 70,54, 80,96, 64,108, 24,88, 30,58" href="javascript:void(alert('zone rose pâle'))" />
<area shape="poly" coords="130,68, 130,58, 148,64, 130,96, 106,108, 94,102, 112,64, 130,68" href="javascript:void(alert('zone marron'))" />
<area shape="poly" coords="148,64, 168,74, 146,102, 130,96" href="javascript:void(alert('zone orange'))" />
<area shape="poly" coords="106,108, 94,102, 80,96, 64,108, 64,122, 120,148, 120,128, 146,102, 130,96, 106,108" href="javascript:void(alert('zone bleue'))" />
<area shape="poly" coords="120,148, 170,170, 186,148, 186,126, 144,110, 146,102, 120,148" href="javascript:void(alert('zone rouge'))" />
<area shape="poly" coords="168,74, 200,62, 226,80, 214,102, 186,100, 146,102, 168,74" href="javascript:void(alert('zone verte'))" />
</map>
<img src="image.gif" style="float:left;height:184px;width:253px;border:0;" usemap="carte" /> |