[HTML] Design code-was ist faslch?

SammyLG
Also ich helfe jetzt jemandem beim VRH, und ich sollte das Desi coden. Das ist mein erstes gecodetes Desi, und es hat natürlich nicht funktioniert. http://gutwispille1.piranho.com/Aktuell/test2.html dort beim Menüpunkt anmelden sollte ich das so runterscrollen können, aber es hat nicht geklappt. Hier der design 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:
 <html>
<head>
<title>~+Wild an free Horse Commonity+~</title>
<BODY marginwidth="0" leftmargin="0" marginheight="0" topmargin="0" scroll="no">
<img src="http://gutwispille1.piranho.com/Grafiken/Sommer2006/Design.jpg">

<div id="Layer1" style="position: absolute; left: 00px; top: 120px;">
<iframe src="http://gutwispille1.piranho.com/Aktuell/menu.html" name="Allgemein" width="200" height="386" frameborder=0 scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#b1e09c)" ;>
</iframe>
</div>

<div id="Layer1" style="position: absolute; left: 255px; top: 122px;">
<iframe src="http://gutwispille1.piranho.com/index.htm" name="main" width="728" height="474" frameborder=0 scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#b1e09c)" ;>
</iframe>
</div>

<div id="Layer1" style="position: absolute; left: 00px; top: 220px;">
<iframe src="http://gutwispille1.piranho.com/Aktuell/menu2.html" name="Gut" width="200" height="386" frameborder=0 scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#b1e09c)" ;>
</iframe>
</div>

<div id="Layer1" style="position: absolute; left: 00px; top: 296px;">
<iframe src="http://gutwispille1.piranho.com/Aktuell/menu3.html" name="Anmelden" width="200" height="150" frameborder=0 scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#b1e09c)" ;>
</iframe>
</div>

<div id="Layer1" style="position: absolute; left: 00px; top: 380px;">
<iframe src="http://gutwispille1.piranho.com/Aktuell/menu4.html" name="Pferde" width="200" height="386" frameborder=0 scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#b1e09c)" ;>
</iframe>
</div>

<div id="Layer1" style="position: absolute; left: 00px; top: 460px;">
<iframe src="http://gutwispille1.piranho.com/Aktuell/menu5.html" name="Mitglieder" width="200" height="386" frameborder=0 scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#b1e09c)" ;>
</iframe>
</div>

<div id="Layer1" style="position: absolute; left: 00px; top: 540px;">
<iframe src="http://gutwispille1.piranho.com/Aktuell/menu6.html" name="Sonstiges" width="200" height="386" frameborder=0 scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#b1e09c)" ;>
</iframe>
</div>

</body>
</html>


Was ist daran falsch?
Kopflos
Versuchs dochmal mit scrolling="yes"

bzqw, da das ganze nur bis zu Reiterladen geht width="210" , dann erscheinen die Scrollbalken garnicht erst (Wäre meine bevorzugte Variante)

lg, almanya
SammyLG
Hat alles nicht geklappt. Wenn ich da jetzt test hinschreibe, steht dieses Wort bei Pferde.

LG Sammy

Edit: habs hin bekommen!
cll
Warum hast du alle Menüpunkte in einen eigenen Frame gemacht? Das ist totales Chaos! Wenn, dann versuchs mal, 2 Spalten zu machen und die Frames mit position: relative einzufügen, dann überschneiden sie sich zumindest nicht mehr!
Also das scrollen funktioniert bei mir...