[HTML] Design coden - richtig gecodet aber verschoben

Geronimo
http://loderheim.piranho.com/Reitstall/M...ogIn/layout.htm

Das Menü ist hier irgendwie verschoben, warum?

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>Internbereich</title>
<BODY background="http://loderheim.piranho.com/Reitstall/Grafiken/aussenhg.jpg" bgproperties="fixed" marginwidth="0" leftmargin="0" marginheight="0" topmargin="0" scroll="no">
<img src="http://loderheim.piranho.com/Reitstall/Grafiken/Design_M.jpg" width="500" height="600" border="0">
<div id="Layer1" style="position: absolute;  left:  153x; top: 311px;">
  <iframe src="http://loderheim.piranho.com/Reitstall/Mitgliederseiten/LogIn/menue.htm" name="menue" width="200" height="281" frameborder=0 scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#999999)" ;>
  </iframe>
</div>
<div id="Layer1" style="position: absolute;  left: 10px; top: 8px;">
  <iframe src="http://loderheim.piranho.com/Reitstall/Mitgliederseiten/LogIn/start.htm" name="frame2" width="477" height="292" frameborder=0 scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#999999)" ;>
  </iframe>
</div>


<script language="Javascript" type="text/javascript">
<!--

xid = Math.random();
xid *= 10000000000000;
xid = Math.ceil(xid);

var URL = unescape(location.href);

var xstart = URL.lastIndexOf("piranho")-1;
var user = URL.substring(7,xstart);

document.write('<SCRIPT LANGUAGE="Javascript" src="http://www.piranho.com/ad.php?user='+user+'&xid='+xid+'"></' + 'SCRIPT>');

-->
</script></body>
</html>
Pawie
Hey x)

<html>
<head>
<title>Internbereich</title>
<style type="text/css">
<!--
body {background-attachment: fixed;}
-->
</style>
</head>

<BODY background="http://loderheim.piranho.com/Reitstall/Grafiken/aussenhg.jpg" marginwidth="0" leftmargin="0" marginheight="0" topmargin="0" scroll="no">
<img src="http://loderheim.piranho.com/Reitstall/Grafiken/Design_M.jpg" width="500" height="600" border="0">
<div id="Layer1" style="position: absolute; left: 290px; top: 311px;">
<iframe src="http://loderheim.piranho.com/Reitstall/Mitgliederseiten/LogIn/menue.ht
m" name="menue" width="200" height="281" frameborder=0 scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#999999)" ;>
</iframe>
</div>
<div id="Layer2" style="position: absolute; left: 10px; top: 8px;">
<iframe src="http://loderheim.piranho.com/Reitstall/Mitgliederseiten/LogIn/start.ht
m" name="frame2" width="477" height="292" frameborder=0 scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#999999)" ;>
</iframe>
</div>


<script language="Javascript" type="text/javascript">
<!--

xid = Math.random();
xid *= 10000000000000;
xid = Math.ceil(xid);

var URL = unescape(location.href);

var xstart = URL.lastIndexOf("piranho")-1;
var user = URL.substring(7,xstart);

document.write('<SCRIPT LANGUAGE="Javascript" src="http://www.piranho.com/ad.php?user='+user+'&xid='+xid+'"></' + 'SCRIPT>');

-->
</script>
</body>
</html>

Verschone die armen Firefox-Browser mit bg-properties, thx ._.'

Liebe Grüße
Pawie.

PS. PC mag Schrift in [code] nicht fett drucken, deshalb so direkt gepostet <__<
Geronimo
Ja, das mit der Zah hab ich au scho probiert. Die war vorher genau abgemessen, so wollt ichs halt etwas "rüberschieb" also hab ich die zahl extra so gemacht geht aber ned.
Pawie
Hey x)

Versuch doch mal meinen Code. Bei mir geht Deiner nicht, meiner allerdings schon.


Liebe Grüße
Pawie.
Geronimo
okay

edit: dsanke tut
Pawie
Hey x)

^/__\^
Gern geschehen.


Liebe Grüße
Pawie.