[HTML] Problem mit Design

bambi.bummler
Auf Gut Farlach habe ich nun endlich das Design eingebaut, jedoch entstand ein Problem, mit welchem ich nich gerechnet habe und trotz meiner Erfahrungen keine Ahnung hab, was da los ist.
Es handelt sich um folgendes:
Im Netscape-Browser wird das Menü ganz rechts unten angezeigt, im IE ganz links oben.
Natürlich soll es allerdings an seinen Ort.
Hier ist die Homepage:
klick
und hier 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:
<html>
<head>
<title>Gut Farlach</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><style type="text/css">
<!--
body {
	background-image: url(http://kekz.free-horses.com/gut-farlach/images/hg.lay.jpg);
}
-->
</style><BODY marginwidth="0" leftmargin="0" marginheight="0" topmargin="0" scroll="no">
<img src="http://kekz.free-horses.com/gut-farlach/images/lay.jpg">

<div id="Layer1" style="position: absolute;  left: px; 109top: 231px;">
  <iframe src="menue.htm" name="menue" width="138" height="289" frameborder=0 scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
  </iframe>
</div>

<div id="Layer2" style="position: absolute;  left: 252px; top: 231px;">
  <iframe src="home.htm" name="main" width="377" height="288" frameborder=0 scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
  </iframe>
</div>




</body>
</html>


Ich hoffe mal, dass mir jemand helfen kann.
+Tiamat+
kawaii
Ich hab's neu gecodet. Versuch's mal:

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:
<html>
<head>
<title>Farlach</title>
<BODY marginwidth="0" leftmargin="0" marginheight="0" topmargin="0" scroll="no">
<img src="http://kekz.free-horses.com/gut-farlach/images/lay.jpg">


<div id="Layer1" style="position: absolute;  left: 100px; top: 196px;">
  <iframe src="menue.htm" name="frame1" width="138" height="289" frameborder=0 scrolling="yes" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
  </iframe>
</div>

<div id="Layer1" style="position: absolute;  left: 251px; top: 196px;">
  <iframe src="home.htm" name="frame2" width="377" height="288" frameborder=0 scrolling="yes" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
  </iframe>
</div>

</body>
</html>
<body background="http://kekz.free-horses.com/gut-farlach/images/hg.lay.jpg">
</body>

</body>
</html>
evelyn260590
EDIT: Müsste so stimmen wie es kawaii angegben hat
bambi.bummler
Vielen Dank. Es geht jetzt^^ Keine Ahnung woran das diesmal lag.

LG
Tiamat