[HTML] Frame verrutscht?!

Coeur
Hallo.

Ich weis nicht wie, aber die Frame ist sowas von verrutscht, das gibts gar nich +schnüüf+ wie kriegt man das wieder hin??


Zitat:
<html>
<head>
<title>Seitenname</title>
<BODY marginwidth="0" leftmargin="0" marginheight="0" topmargin="0" scroll="no">
<img src="http://ramsauerhof.ra.funpic.de/gmt.1.jpg">

<div id="Layer1" style="position: absolute; left: 136px; top: 457px;">
<iframe src="http://maienbachrv.ma.ohost.de/danksagung.html" name="main" width="457" height="616" frameborder=0 scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
</iframe>
</div>

<div id="Layer2" style="position: absolute; left: 784px; top: 320px;">
<iframe src="http://ramsauerhof.ra.funpic.de/test_menu.html" name="umenue" width="220" height="189" frameborder=0 scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
</iframe>
</div>

<div id="Layer3" style="position: absolute; left: 778px; top: 529px;">
<iframe src="news" name="news" width="220" height="189" frameborder=0 scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
</iframe>
</div>

<div id="Layer4" style="position: absolute; left: 141px; top: 232px;">
<iframe src="menue" name="menue" width="748" height="42" frameborder=0 scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
</iframe>
</div>

</body>
</html



Zur Seite

Wer kann mir helfen??

gLg Coeur
Coeur
immer noch -.-'

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:
<html>
<head>
<title>Seitenname</title>
<BODY marginwidth="0" leftmargin="0" marginheight="0" topmargin="0" scroll="no">
<img src="http://ramsauerhof.ra.funpic.de/gmt.1.jpg">

<div id="Layer1" style="position: absolute;  left: 136px; top: 457px;">
  <iframe src="http://maienbachrv.ma.ohost.de/danksagung.html" name="main" width="457px" height="616px" frameborder=0 scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
  </iframe>
</div>

<div id="Layer2" style="position: absolute;  left: 784px; top: 320px;">
  <iframe src="http://ramsauerhof.ra.funpic.de/test_menu.html" name="umenue" width="220px" height="189px" frameborder=0 scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
  </iframe>
</div>

<div id="Layer3" style="position: absolute;  left: 778px; top: 529px;">
  <iframe src="news" name="news" width="220px" height="189px" frameborder=0 scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
  </iframe>
</div>

<div id="Layer4" style="position: absolute;  left: 141px; top: 232px;">
  <iframe src="menue" name="menue" width="748px" height="42px" frameborder=0 scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
  </iframe>
</div>

</body>
</html
Pawie
Darf ich ein Komentar abgeben? Der Code ist ziemlich vermurkst oô' Verbessert: (Bei mir geht's.)
Fehler war übrigens nur Abmessfehler (Aber ein ziemlich krasser ö_ö)

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:
<html>


<head>
 <title>Seitenname</title>
</head>
 
 
<body style="margin: 0px;">

<img src="http://ramsauerhof.ra.funpic.de/gmt.1.jpg" alt="">

<div id="Layer1" style="position: absolute; left: 136px; top: 457px;">
 <iframe src="http://maienbachrv.ma.ohost.de/danksagung.html" name="main" width="457" height="300" frameborder="0" scrolling="auto" style="filter: chroma (color=#ffffff);"></iframe>
</div>

<div id="Layer2" style="position: absolute; left: 784px; top: 320px;">
 <iframe src="http://maienbachrv.ma.ohost.de/test_menu.html" name="umenue" width="220" height="189" frameborder="0" scrolling="auto" style="filter: chroma (color=#ffffff);"></iframe>
</div>

<div id="Layer3" style="position: absolute; left: 778px; top: 529px;">
 <iframe src="http://maienbachrv.ma.ohost.de/news.html" name="news" width="220" height="189" frameborder="0" scrolling="auto" style="FILTER: chroma (color=#ffffff);"></iframe>
</div>

<div id="Layer4" style="position: absolute;  left: 141px; top: 232px;">
 <iframe src="http://maienbachrv.ma.ohost.de/menue.html" name="menue" width="748" height="42" frameborder="0" scrolling="auto" style="FILTER: chroma (color=#ffffff);"></iframe>
</div>

</body>


</html>



Liebe Grüße
Pawie.
Coeur
oO danke x'D Habe das erstemal mit PF gecodet, kann sein das ich mich da vertan hab....

Dankeschön!
Pawie
Sorry, dass ich vorhin 'n bisschen zickig war. War da schlecht drauf ^^"


Liebe Grüße
Pawie.