bifly: Frames parallel scrollen

Beitrag lesen

hab jetzt ein hauptframe erstellt. Dieses sieht so aus:
---------------------------------------------------------------------
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
   "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>Half-Life² - Fight for the Remaning</title>
</head>

<frameset  cols="100%" frameborder="0" framespacing="0" border="0">
   <frame src="Allframe.html" scrolling="yes" noresize name="allframes">
</frameset>
    <body>
    </body>
  </noframes>
</frameset>
</html>
---------------------------------------------------------------------

Allframes.html ist mein dokument indem sich die anderen frames befinden. Dies schaut so aus:
---------------------------------------------------------------------
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
   "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>Beschreibung des Frameset-Inhalts</title>
</head>

<frameset  cols="183,*,251" frameborder="0" framespacing="0" border="0">
   <frame src="links.html" scrolling="no" noresize name="links">
   <frame src="main.html" scrolling="no" noresize name="mitte">
   <frame src="rechts.html" scrolling="no" noresize name="rechts">
</frameset>
    <body>

</noframes>
</frameset>
</html>
---------------------------------------------------------------------

Trotzdem klappt es nicht ich erhalten keinen balken.