[HTML] Imagedesign funktionier nicht

Viviana
Wie im Titel schon gesagt, habe ich ein Imagedesign gecodet, aber die Links gehen nicht.

hier der Link: DS Fortenda

und hier der Quelltext:

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
<html>

<head>
<title>Deckstation Fortenda</title>
</head>
<body bgcolor="#534741">

<div style="position: absolute; left: 0; top: 0;">
<map name="menuz" id="menuz">
<area shape="rect" coords="256,372,275,490" href="http://blossomhill.bl.funpic.de/Deckstation/bildnachweis.html">
<area shape="rect" coords="256,279,275,370" href="http://blossomhill.bl.funpic.de/Deckstation/impressum.html">
<area shape="rect" coords="315,177,430,201" href="http://blossomhill.bl.funpic.de/Deckstation/hengste.html">
<area shape="rect" coords="455,177,588,201" href="http://blossomhill.bl.funpic.de/Deckstation/deckplan.html">
<area shape="rect" coords="612,177,813,201" href="http://blossomhill.bl.funpic.de/Deckstation/deckformular.html">
<area shape="rect" coords="836,177,990,201" href="http://blossomhill.bl.funpic.de/Deckstation/nachzucht.html">
</map>
<img src="http://blossomhill.bl.funpic.de/Deckstation/Hintergrund.png" width="1024" height="605" border="0" alt="" title="" usemap="#design" />
</div>

<img border="0" src="http://blossomhill.bl.funpic.de/Deckstation/Design2.png" scroll="no" bgproperties="fixed"
align ="left" style ="position: absolute; top: 0; left: 0">

<div id="hengste" style="position: absolute; left: 37px; top:255px;">
<iframe src="hengste.html" name="hengste" width="210" height="260" frameborder="0" scrolling="no"; allowtransparency="yes" target="main"></iframe>
</div>

<div id="main" style="position: absolute; left: 318px; top:246px;">
<iframe src="home.html" name="main" width="690" height="458" frameborder="0" scrolling="auto"; allowtransparency="yes" target="main"></iframe>
</div>

<div id="fohlen" style="position: absolute; left: 37px; top:547px;">
<iframe src="fohlen.html" name="fohlen" width="208" height="162" frameborder="0" scrolling="auto"; allowtransparency="yes" target="main"></iframe>
</div>

</body>
</html>
 


ich hab auf die gleiche Weise auch das Design von meinem Ts Dallinger gecodet, und da funktioniert es einwandfrei...
.Senseless
Dein Imagemap heißt nicht design.
Du musst es schon so nennen, wie du es im <img>-Tag angegeben hast (;
Viviana
hmm, ich habs geändert, aber es funktioniert immernoch nicht....

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
 <html>

<head>
<title>Deckstation Fortenda</title>
</head>
<body bgcolor="#534741">

<div id="design" style="position: absolute; left: 0; top: 0;">
<map name="design" id="menu">
<area shape="rect" coords="256,372,275,490" href="http://blossomhill.bl.funpic.de/Deckstation/bildnachweis.html">
<area shape="rect" coords="256,279,275,370" href="http://blossomhill.bl.funpic.de/Deckstation/impressum.html">
<area shape="rect" coords="315,177,430,201" href="http://blossomhill.bl.funpic.de/Deckstation/hengste.html">
<area shape="rect" coords="455,177,588,201" href="http://blossomhill.bl.funpic.de/Deckstation/deckplan.html">
<area shape="rect" coords="612,177,813,201" href="http://blossomhill.bl.funpic.de/Deckstation/deckformular.html">
<area shape="rect" coords="836,177,990,201" href="http://blossomhill.bl.funpic.de/Deckstation/nachzucht.html">
</map>
<img src="http://blossomhill.bl.funpic.de/Deckstation/Hintergrund.png" width="1024" height="605" border="0" alt="" title="" usemap="#design" />
</div>

<img border="0" src="http://blossomhill.bl.funpic.de/Deckstation/Design2.png" scroll="no" bgproperties="fixed"
align ="left" style ="position: absolute; top: 0; left: 0">

<div id="hengste" style="position: absolute; left: 37px; top:255px;">
<iframe src="hengste.html" name="hengste" width="210" height="260" frameborder="0" scrolling="no"; allowtransparency="yes" target="main"></iframe>
</div>

<div id="main" style="position: absolute; left: 318px; top:246px;">
<iframe src="home.html" name="main" width="690" height="458" frameborder="0" scrolling="auto"; allowtransparency="yes" target="main"></iframe>
</div>

<div id="fohlen" style="position: absolute; left: 37px; top:547px;">
<iframe src="fohlen.html" name="fohlen" width="208" height="162" frameborder="0" scrolling="auto"; allowtransparency="yes" target="main"></iframe>
</div>

</body>
</html>
Morgan Girl
du musst die id auch design nennen
Viviana
mom, ich probiers Augenzwinkern

aber gibt es dann nicht zwei Teile mit dem id design?

EDIT: geht immernoch nicht -.-
Morgan Girl
bau den mal so ein, dann müsste es gehen, bei mir hats funktioniert

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
<html>
<head>
<title>Deckstation Fortenda</title>
</head>
<body bgcolor="#534741" topmargin="0" leftmargin="0">
<map name="design" id="design">
<area shape="rect" coords="256,372,275,490" href="http://blossomhill.bl.funpic.de/Deckstation/bildnachweis.html" target="main"/>
<area shape="rect" coords="256,279,275,370" href="http://blossomhill.bl.funpic.de/Deckstation/impressum.html"  target="main"/>
<area shape="rect" coords="315,177,430,201" href="http://blossomhill.bl.funpic.de/Deckstation/hengste.html"  target="main"/>
<area shape="rect" coords="455,177,588,201" href="http://blossomhill.bl.funpic.de/Deckstation/deckplan.html"  target="main"/>
<area shape="rect" coords="612,177,813,201" href="http://blossomhill.bl.funpic.de/Deckstation/deckformular.html"  target="main"/>
<area shape="rect" coords="836,177,990,201" href="http://blossomhill.bl.funpic.de/Deckstation/nachzucht.html"  target="main"/>
</map>
<img src="http://blossomhill.bl.funpic.de/Deckstation/Design2.png" width="1024" height="730" border="0" alt="" title="" usemap="#design" />

<div id="hengste" style="position: absolute; left: 37px; top:255px;">
<iframe src="hengste.html" name="hengste" width="210" height="260" frameborder="0" scrolling="no"; allowtransparency="yes" target="main"></iframe>
</div>

<div id="main" style="position: absolute; left: 318px; top:246px;">
<iframe src="home.html" name="main" width="690" height="458" frameborder="0" scrolling="auto"; allowtransparency="yes" target="main"></iframe>
</div>

<div id="fohlen" style="position: absolute; left: 37px; top:547px;">
<iframe src="fohlen.html" name="fohlen" width="208" height="162" frameborder="0" scrolling="auto"; allowtransparency="yes" target="main"></iframe>
</div>
</body>
</html>
Viviana
ja, super großes Grinsen es funktioniert....

sag mal, kannst du mir erklären, was falsch war?
Morgan Girl
du hattest 2 bilder eingebaut
Viviana
aso, ok, danke großes Grinsen