Home     Tipps und Tricks      
                Image map

Beispiel einer Image map/linksensitiven Landkarte,
bewege die Maus ueber Home, India oder die 1.

sensitive_map


der Quelltext innerhalb des <body>

......
<img src="tipsmap_dateien/eurasia.jpg"
   alt="sensitive_map" width="400" height="320" border="0" usemap="#Map"
       title="from home to India">.....

.....
<map name="Map">
<area shape="rect" coords="114,84,143,97" href="../index.html" title="home">
<area shape="circle" coords="163,122,10"
       href="../travels/greece/samothraki1.html" title="Greece">
<area shape="poly" coords="336,157,324,188,346,234,379,186"
       href="../10/blogs/blogs.html" title="Reiseberichte">
</map>
......


Beispielseite

Home      Tipps und Tricks     Impressum