[HTML] Design total verschoben

LittleVampirchen
Hallo
Ich habe ein Problem. Und zwar bin ich an einer HP am basteln. Jedoch wird diese im IE und FF total anders angezeigt.

IE - Menü & Textfeld total verschoben!
Klick

FF - Menü richtig, aber Textfeld wird nicht angezeigt...
Klick

Was ist daran falsch?

Klick hier um selbst zu gucken, wie es bei euch ist.
skateboard
Stell mal bitte den Designcode rein.

lg
LittleVampirchen
code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
<head>
<title>Photography 4 You</title>
<BODY marginwidth="0" leftmargin="0" marginheight="0" topmargin="0" scroll="no">
<img src="http://honigpups.ho.funpic.de/auftrage/designs/photography.gif">

<div id="Layer1" style="position: absolute;  left: 40px; top: 35px;">
  <iframe src="http://www.freepler.de/link_00079290_text_65818782_deutsch.html" name="frame" width="166" height="255" frameborder=0 scrolling="auto" noresize style="border: 0px" style="FILTER: chroma" (color=#ffffff);>

<div id="Layer1" style="position: absolute;  left: 372px; top: 993px;">
  <iframe src="http://www.freepler.de/link_00079290_text_74956506_deutsch.html" name="frame" width="614" height="371" frameborder=0 scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
  </iframe>
</div>



</body>
</html>
Isabel
versuchs mal hiermit

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
<html>

<head>
<title>Photography 4 You</title>
</head>
   
<body topmargin="0" leftmargin="0" bgcolor="#C5C99A" scroll="no">
    
<IMG height=606 src="http://honigpups.ho.funpic.de/auftrage/designs/photography.gif" width=1020 border=0> 
<DIV id=Layer1 style="LEFT: 365px; POSITION: absolute; TOP: 190px"><IFRAME style="FILTER: chroma (color=#FFFFFF)" name=main src="http://www.freepler.de/link_00079290_text_74956506_deutsch.html" frameBorder=0 width=625 scrolling=yes height=387 0px? ;>
  </IFRAME></DIV>
  <DIV id=Layer1 style="LEFT: 30px; POSITION: absolute; TOP: 25px"><IFRAME style="FILTER: chroma (color=#FFFFFF)" name=menu src="http://www.freepler.de/link_00079290_text_65818782_deutsch.html" frameBorder=0 width=187 scrolling=yes height=275 0px? ;>
  </IFRAME></DIV> 
</body>

</html>
LittleVampirchen
Danke, der geht^^