[HTML] Menü wird nicht angezeit

Rope
Hallo (:
ich glaub ich bin dumm x'D ich habe das design gecodet. aberi-wie falsch, und ich finde den Fehler nicht O.o
Der Text im Main wird angezeigt, aber das Menü nicht. Es steht auch nicht dort "diese seite exestiert leider nicht" es ist einfach nix da großes Grinsen

Screen

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
<html>
<head>
<title>Pomeranianzucht Pembroke</title>
<STYLE type="text/css"><!--BODY
{scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color:#ffffff;
scrollbar-darkshadow-color:#ffffff;
scrollbar-shadow-color:#ffffff;
scrollbar-arrow-color:#000000;
scrollbar-track-color: #ffffff;}
--></STYLE>

<img border="0"
src="http://www.fotos-hochladen.net/design49qezm7u.png" align="center">

<div id="Home.html" style="position: absolute;left: 355px; top:203px;">
<iframe src="Home.html" name="main" width="614px" height="433px" frameborder="0" scrolling="auto" noresize style="border: 0px"
style="FILTER: chroma (color=#ffffff)" ;></div>

<div id="Menu.html" style="position: absolute;left: 75px; top:300px;"><iframe src="Menu.html" name="menu" width="204px" height="155px"
frameborder="0" scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;></div></head>
ShivaChewy
Klappts so?

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>Pomeranianzucht Pembroke</title>
<STYLE type="text/css"><!--BODY
{scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color:#ffffff;
scrollbar-darkshadow-color:#ffffff;
scrollbar-shadow-color:#ffffff;
scrollbar-arrow-color:#000000;
scrollbar-track-color: #ffffff;}
--></STYLE>
</head>
<body link="#000000" vlink="#000000" alink="#000000">
</body>
 <img border="0" src="http://www.fotos-hochladen.net/design49qezm7u.png">           
                      <div id="Home" style="position: absolute;  left: 350px; top: 191px; width:624px; height:477px">
                        <iframe src="Home.html" name="main" width="614" height="471" frameborder=0 scrolling="yes" noresize style="border: 0px" style="FILTER: chroma (color=#FFFFFF)";> 
                        </iframe>
                      </div>
                      <div id="Menue" style="position: absolute;  left: 82px; top: 305px; width:244px; height:170px; float:left">
                        <iframe src="Menue.html" name="menue" width="234" height="160" frameborder=0 scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#FFFFFF)";>
                        </iframe>
                      </div>
</html>
Rope
okay danke (:
ShivaChewy
Hab editiert ^^
Habs nochmal in etwa gecodet, bei deinem Code ist es irgendwie immer wieder verrutscht. Weiß grad nicht, woran es lag.
Eigentlich müsste das von mir jetzt gehen.
Rope
okay danke es funktioniert, danke (:
weiß auch nich was ich da fabriziert hab x'D