HTML-MAP Spot auf Grafik setzen

HTML-Grundgerüst MouseOver

 

Quellcode

<img usemap="#rezeptekranz" src="dat/rzmosaik.gif">
<map name="rezeptekranz">
<!-- Rect Left | Top | Rigfht | Bottom -->
<area shape="shape" coords="160,0,229,60" href="grundgerüst.htm" title="HTML-Grundgerüst" alt="HTML-Grundgerüst"><!-- target=_blank >-->
<!-- Ploy - 4 Punkte x y | x y | x y | x y -->
<area shape="poly" coords="282,275,312,217,367,249,337,307" href="MouseOver.htm" title="Animation" alt="MouseOver"><!-- target=_blank >-->
</map>