Hallo,
ich habe ein kleines Problem mit maps. Will ich mehrere maps auf einer Seite unterbringen, funktioniert immer nur die oberste. Hier ist der Quelltext:
und dann:
<map name="buffy">
<area shape="rect" coords="64,392,131,415" href="buffy.html">
<area shape="rect" coords="187,393,299,414" href="buffystamm.html">
<area shape="default" coords="0,0,560,459">
</map>
<map name="jamaica">
<area shape="default" coords="0,0,561,481">
<area shape="rect" coords="42,389,105,412" href="jamaica.html">
<area shape="rect" coords="161,388,275,414" href="jamaicastamm.html">
</map>
<map name="obsession">
<area shape="default" coords="0,0,561,481">
<area shape="rect" coords="80,388,146,411" href="obsession.html">
<area shape="rect" coords="197,388,316,411" href="obsessionstamm.html">
</map>
<map name="beyonce">
<area shape="default" coords="0,0,561,481">
<area shape="rect" coords="71,392,136,415" href="beyonce.html">
<area shape="rect" coords="186,392,302,4155" href="beyoncestamm.html">
</map>
Weiß jamand, woran dies liegen kann?
Vielen Dank für Eure Hilfe!
Kathrin