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] Divlayout mit Imagemaps coden (https://www.gegen-bilderklau.net/thread.php?threadid=89161)


Geschrieben von Startpost-Retter am 26.11.2006 um 12:15:

  Divlayout mit Imagemaps coden

Ich habe mich mal dran versucht das Lay das im Anhang ist mit Imagemaps und Rollovers zu coden, funktioniert auch, aber wenn ich dann den Code fürs Divlay mit einfüge, geht garnichts mehr, der hängt den unteren Streifen nach oben und unten verschiebt er den und kA alles is komisch...

Hier is der Code

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:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
<html>
<head>
<meta name="Author" content="Nina">
<meta name="Generator" content="Paint Shop Pro 9">
<title> </title>
</head>
<body>

<img name="Layout0" src="Layout.jpg" position="absolute" left="0px" top="0px" width="1000" height="600" border="0" usemap="#Layout" alt="" />

<map name="Layout">
<area shape="rect" coords="187,503,278,556" href="Index.htm" alt="Home"
	onMouseOver="if(document.images) document.Layout0.src='1.jpg';" 
        onMouseOut="if(document.images) document.Layout0.src='Layout.jpg';return true;">
<area shape="rect" coords="277,503,360,558" href="Tuts.htm" alt="Tutoriale"
	onMouseOver="if(document.images) document.Layout0.src='2.jpg';"
        onMouseOut="if(document.images) document.Layout0.src='Layout.jpg';return true;">
<area shape="rect" coords="365,504,455,559" href="Grafiken.htm" alt="Grafiken"
	onMouseOver="if(document.images) document.Layout0.src='3.jpg';" 
        onMouseOut="if(document.images) document.Layout0.src='Layout.jpg';return true;">
<area shape="rect" coords="547,504,639,558" href="Ich.htm" alt="Über Mich"
	onMouseOver="if(document.images) document.Layout0.src='4.jpg';" 
        onMouseOut="if(document.images) document.Layout0.src='Layout.jpg';return true;">
<area shape="rect" coords="640,502,728,556" href="Links.htm" alt="Lieblinks"
	onMouseOver="if(document.images) document.Layout0.src='5.jpg';" 
        onMouseOut="if(document.images) document.Layout0.src='Layout.jpg';return true;">
<area shape="rect" coords="727,502,816,559" href="Impressum.htm" alt="Impressum"
	onMouseOver="if(document.images) document.Layout0.src='6.jpg';" 
        onMouseOut="if(document.images) document.Layout0.src='Layout.jpg';return true;">
<area shape="rect" coords="783,477,870,512" href="Gästebuch.htm" alt="Gästebuch"
	onMouseOver="if(document.images) document.Layout0.src='7.jpg';" 
        onMouseOut="if(document.images) document.Layout0.src='Layout.jpg';return true;">
</map>


<div style="position: absolute; left: 0px; top: 0px;">
<img src="Layout.jpg" border="0">
</div>

<div style="position: absolute; left: 190px; top: 565px; width: 600px;">
</div>



<body style="background-image:url(unten.jpg)">
 





</body>
</html>


Forensoftware: Burning Board, entwickelt von WoltLab GmbH