1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
| <div style="position:relative;">
<img src="France.png" border="0" usemap="#Map" alt="" />
<div style="position:absolute; left:361px; top:174px; color:#000000; border-left:1px solid #FFFFFF; /* couleur du cadre */ border-right:1px solid #FFFFFF; border-bottom:1px solid #FFFFFF; border-top:1px solid #FFFFFF;" >
Paris</div>
<span style="position:absolute; left:510px; top:393px">Lyon</span>
<span style="position:absolute; left:539px; top:593px">Marseille</span>
<span style="position:absolute; left:213px; top:480px">Bordeaux</span>
<span style="position:absolute; left:405px; top:49px">Lille</span>
<span style="position:absolute; left:562px; top:163px">Metz</span>
<span style="position:absolute; left:312px; top:412px">Limoges</span>
<span style="position:absolute; left:320px; top:577px">Toulouse</span>
<span style="position:absolute; left:455px; top:573px">Montpellier</span>
<map name="Map" id="Map">
<area shape="circle" coords="361,174,5" title="PARIS" alt="" href="http://www.paris.fr/" />
<area shape="circle" coords="510,393,5" title="Lyon" alt="" href="http://www.Lyon.fr/" />
<area shape="circle" coords="539,593,5" title="Marseille" alt="" href="http://www.Marseille.fr/" />
<area shape="circle" coords="213,480,5" title="Bordeaux" alt="" href="http://www.Bordeaux.fr/" />
<area shape="circle" coords="405,49,5" title="Lille" alt="" href="http://www.Lille.fr/" />
<area shape="circle" coords="562,163,5" title="Metz" alt="" href="http://www.Metz.fr/" />
<area shape="circle" coords="320,412,5" title="Limoges" alt="" href="http://www.Limoges.fr/" />
<area shape="circle" coords="320,577,5" title="Toulouse" alt="" href="http://www.Toulouse.fr/" />
<area shape="circle" coords="455,573,5" title="Montpellier" alt="" href="http://www.Montpellier.fr/" />
</map>
</div> |
Partager