StormChaser
Mitglied
wird doch angezeigt. Mit der Maus etwas unterhalb des oberen Randes, da verfärbt es sich, und bei Klick gibt es die hallo-Meldung.
Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion ist in einigen Browsern möglicherweise nicht verfügbar.
<figure id="imagemap">
<svg viewBox="0 0 1000 1000" >
<defs>
<style>
rect:hover {
fill: white;
opacity:0.5;
}
</style>
</defs>
<image width="1000" height="1000" xlink:href="image/str.pn">
<title>Straßen dieser Stadt</title>
</image>
<a xlink:href="#" onclick="alert('hallo');">
<rect x="0" y="12" opacity="0" width="996" height="22">
<text x="0" y="50" font-family="Verdana" font-size="35" fill="red">Hello</text>
</rect>
</a>
<a xlink:href="https://de.wikipedia.org/wiki/Thomas_Jefferson">
<rect x="550" y="225" opacity="0" width="200" height="300" />da ist ein kopf
</a>
<a xlink:href="https://de.wikipedia.org/wiki/Theodore_Roosevelt">
<rect x="750" y="375" opacity="0" width="200" height="300" />
</a>
<a xlink:href="https://de.wikipedia.org/wiki/Abraham_Lincoln">
<rect x="999" y="375" opacity="0" width="200" height="300" />
</a>
</svg>
</figure>