Gegen Bilderklau - Das Original (https://www.gegen-bilderklau.net/index.php)
- Design, Website, Copyright (https://www.gegen-bilderklau.net/board.php?boardid=80)
--- Homepagehilfe (https://www.gegen-bilderklau.net/board.php?boardid=27)
---- Homepagehilfe - Archiv (https://www.gegen-bilderklau.net/board.php?boardid=139)
----- [HTML] Imagedesign funktionier nicht (https://www.gegen-bilderklau.net/thread.php?threadid=154691)


Geschrieben von Viviana am 28.04.2009 um 18:39:

  Imagedesign funktionier nicht

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...



Geschrieben von .Senseless am 28.04.2009 um 18:52:

 

Dein Imagemap heißt nicht design.
Du musst es schon so nennen, wie du es im <img>-Tag angegeben hast (;



Geschrieben von Viviana am 28.04.2009 um 19:10:

 

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>



Geschrieben von Morgan Girl am 28.04.2009 um 19:40:

 

du musst die id auch design nennen



Geschrieben von Viviana am 28.04.2009 um 19:43:

 

mom, ich probiers Augenzwinkern

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

EDIT: geht immernoch nicht -.-



Geschrieben von Morgan Girl am 28.04.2009 um 20:19:

 

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>



Geschrieben von Viviana am 28.04.2009 um 20:34:

 

ja, super großes Grinsen es funktioniert....

sag mal, kannst du mir erklären, was falsch war?



Geschrieben von Morgan Girl am 29.04.2009 um 14:03:

 

du hattest 2 bilder eingebaut



Geschrieben von Viviana am 29.04.2009 um 19:03:

 

aso, ok, danke großes Grinsen


Forensoftware: Burning Board, entwickelt von WoltLab GmbH