Hallo! Mein Problem ist, dass sich die beiden Frames meiner Page, übereinander lagern, wenn ich das Browserfenster(Explorer) verkleinere.
Hier der Quelltext von der Indexdatei:
<html>
<head>
<title> Experimentalfilm </title>
</head>
<FRAMESET rows="*,400,*" BORDER="0">
<FRAME Name="bgleft" SRC="grau.html" Scrolling="no" marginwidth="0" marginheight="0" noresize>
<FRAMESET cols="*,600,*" BORDER="0">
<FRAME Name="bgleft" SRC="grau.html" Scrolling="no" marginwidth="0" marginheight="0" noresize>
<FRAME Name="center" SRC="start.html" Scrolling="NO" marginwidth="0" marginheight="0" noresize>
<FRAME Name="bgright" SRC="grau.html" Scrolling="no" marginwidth="0" marginheight="0" noresize>
</FRAMESET>
<FRAME Name="bgleft" SRC="grau.html" Scrolling="no" marginwidth="0" marginheight="0" noresize>
</FRAMESET>
<NOFRAMES>
Test Text
</NOFRAMES>
</html>
Quelltext Starseite:
<html>
<FRAMESET cols="110px,490px" BORDER="0" noresize>
<FRAME Name="nav" SRC="webdesign.html" Scrolling="no" marginwidth="0" marginheight="0" noresize>
<FRAME Name="rechts" SRC="rechts.html" Scrolling="NO" marginwidth="0" marginheight="0" noresize>
</FRAMESET>
<NOFRAMES>
Test Text
</NOFRAMES>
</html>
Danke für die Hilfe.
Christian