Warum funktionieren meine Hotspots im Netscape 4.7 nicht? Höhere Versionen NS und IE machen keine Probleme. Habe sie mit Dreamweaver 4.0 erstellt.
Hier der Code:
<img src="../bilder/seitennr3.gif" width="65" height="21" align="right" usemap="#Map" border="0">
<map name="Map">
<area shape="rect" coords="1,1,13,20" href="heimbeschrieb.html" target="_self" alt="Seite 1" title="Seite 1">
<area shape="rect" coords="14,1,26,20" href="heimbeschrieb2.html" target="_self" alt="Seite 2" title="Seite 2">
<area shape="rect" coords="40,1,52,20" href="heimbeschrieb4.html" target="_self" alt="Seite4" title="Seite4">
<area shape="rect" coords="53,1,65,20" href="heimbeschrieb5.html" target="_self" alt="Seite 5" title="Seite 5">
</map>
</body>