Geschrieben von .Maybe am 22.12.2005 um 11:52:
Ich habs mal versucht. Da es der erste ist den ich code sind vll. ein paar überflüssige zeilen oder so drin aber im prinzip müsste es stimmen
---
<html>
<head>
<title>Kein Titel</title>
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<p><img src="ImageMapSteckbrief.gif" width="700" height="500" border="0" alt="ImageMapSteckbrief.gif" usemap="#ImageMap1"></p>
<map name="ImageMap1">
<area shape="rect" coords="1, 2, 85, 77" target="main" href="allgemein.htm">
<area shape="rect" coords="1, 79, 85, 154" target="main" href="verhalten.htm">
<area shape="rect" coords="1, 156, 85, 231" target="main" href="ausbildung.htm">
<area shape="rect" coords="1, 231, 81, 303" target="main" href="zucht.htm">
<area shape="rect" coords="1, 303, 80, 373" target="main" href="gesundheit.htm">
<area shape="rect" coords="4, 372, 82, 434" target="main" href="hofinfos.htm">
<area shape="rect" coords="1, 435, 82, 499" target="main" href="fotoalbum.htm">
</map>
<div id="main" style="width:453px; height:408px; position:absolute; left:242px; top:89px; z-index:1;"> <iframe src="main.htm" name="main" width="453" height="408" frameborder=0 scrolling="yes" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
</iframe>
</div>
</body>
</html>
---