[HTML] Design zu lang...

Amaita
Hey

auf meiner Zuchtstation Alsbach hab ich ein Problem mit dem Design!
Und zwar geht das unten beim Main raus... da ich mich jetzt mit dem coden nicht so auskenne, bin ich auf Hilfe angewiesen! Hoffe ihr könnt mir helfen!

CODE:

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
<HTML>
<HEAD>
<TITLE>Zuchtstation Alsbach</TITLE>
</HEAD>

<BODY bgcolor="#DADADA" marginwidth="0" leftmargin="0" marginheight="0" topmargin="0" scroll="no">

<img src="http://i44.tinypic.com/ztte0n.jpg" width="1024" height="768" border="0" alt="" title="" usemap="#design" />

<div style="left: 350px; top: 270px; position: absolute;">
<iframe name="main" width="571px" height="578px" src="http://zsalsbach.zs.funpic.de/willkommen.html" frameborder="0" scrolling="auto" align="top right" style="Filter: chroma (color=#ffffff)" ;> </iframe> </div>

<div style="left: 100px; top: 550px; position: absolute;">
<iframe name="menu" width="235px" height="214px" src="http://zsalsbach.zs.funpic.de/menu.html" frameborder="0" scrolling="auto" align="top right" style="Filter: chroma (color=#ffffff)" ;> </iframe> </div>


<div style="left: 100px; top: 460px; position: absolute;">
<iframe name="news" width="235px" height="50px" src="http://zsalsbach.zs.funpic.de/news.html" frameborder="0" scrolling="auto" align="top right" style="Filter:"> </iframe> </div>

</body>
</html>
anna.
Du hast nur beim Mainbereich eine zu große Höhe angegeben. xD
versuchs so:
code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
<HTML>
<HEAD>
<TITLE>Zuchtstation Alsbach</TITLE>
</HEAD>

<BODY bgcolor="#DADADA" marginwidth="0" leftmargin="0" marginheight="0" topmargin="0" scroll="no">

<img src="http://i44.tinypic.com/ztte0n.jpg" width="1024" height="768" border="0" alt="" title="" usemap="#design" />

<div style="left: 350px; top: 270px; position: absolute;">
<iframe name="main" width="571px" height="500px" src="http://zsalsbach.zs.funpic.de/willkommen.html" frameborder="0" scrolling="auto" align="top right" style="Filter: chroma (color=#ffffff)" ;> </iframe> </div>

<div style="left: 100px; top: 550px; position: absolute;">
<iframe name="menu" width="235px" height="214px" src="http://zsalsbach.zs.funpic.de/menu.html" frameborder="0" scrolling="auto" align="top right" style="Filter: chroma (color=#ffffff)" ;> </iframe> </div>


<div style="left: 100px; top: 460px; position: absolute;">
<iframe name="news" width="235px" height="50px" src="http://zsalsbach.zs.funpic.de/news.html" frameborder="0" scrolling="auto" align="top right" style="Filter:"> </iframe> </div>

</body>
</html>
Amaita
thx thx klappt fröhlich <33

(wie gesagt, mit coden hab ich nix am Hut xD)