Irgendwie verstehe ich nicht, warum ein Frameset jeweils in Index.html und in Shawn-Art angelegt hast. Aber egal, hier mal meine Verbesserung dazu. Dein Fehler war, das du wirklich alles statisch gesetzt hast, da kann die Fenstergröße auch nicht fix bleiben. Ich hab nun alles, so wie ich mir denke das du es haben willst, geändert.
Code:
Code:
<head>
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<title>Neue Seite 2</title>
<base target="_self">
</head>
<frameset framespacing="0" border="0" frameborder="0" rows="121,32,*">
<frame name="Bannerframe" scrolling="no" src="frame_banner.htm" target="_self" marginwidth="0" marginheight="0" noresize>
<frame name="Naviframe" scrolling="no" src="frame_navi.htm" target="_self" marginwidth="0" marginheight="0" noresize>
<frameset cols="187,*">
<frame name="Leftframe" scrolling="no" noresize src="frame_left.htm" target="_self" marginwidth="0" marginheight="0">
<frameset rows="*,87">
<frameset cols="*,198">
<frameset rows="10,*">
<frame name="Placeholder_overtext" scrolling="no" noresize src="placeholder_overtext.htm" marginwidth="0" marginheight="0" target="_self">
<frame name="Inhalt" src="hallo_meine_freunde.htm" scrolling="auto" noresize target="_self">
</frameset>
<frame name="Rightframe" scrolling="no" noresize src="frame_right.htm" target="_self" marginwidth="0" marginheight="0">
</frameset>
<frame name="Bottomframe" scrolling="no" noresize src="frame_bottom.htm" target="_self" marginwidth="0" marginheight="0">
</frameset>
</frameset>
<noframes>
<body>
<p>Diese Seite verwendet Frames. Frames werden von Ihrem Browser aber nicht
unterstЭtzt.</p>
</body>
</noframes>
</frameset>
</html>
EDIT: die Änderungen müssen in der shawn-art.htm vorgenommen werden
MfG ein Irrer