Tobi: Netscape und framespacing

Beitrag lesen

Hier der Sourcecode:

<html>

<head>
<meta http-equiv="Content-Type"
content="text/html; charset=windows-1252">
<title>Frames</title>
<!-- jaja, ich weiß ! Ich mag FrontPage ja auch nicht... -->
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
</head>

<!-- Hier wird die Site in drei große Frames aufgeteilt... -->
<frameset rows="57,*,10" framespacing="0" border="0"
  frameborder="0">
  <frame name="top" target="contents" src="Top/Top.htm"
   marginwidth="10" marginheight="10" framespacing="0"
   border="0" frameborder="0" noresize scrolling="no">
  
  <!-- wobei das mittlere Frame in 4 weitere unterteilt ist (links
   und rechts ein Dummie, in der Mitte dann die beiden eigentlichen
   Hauptframes (die man samt Unterframes nach rechts bzw. links
   größer ziehen kann... -->
  <frameset cols="0,224,*,0" framespacing="10" border="10"  
   frameborder="10" bordercolor=#000000>
      <frame name="mainl" target="_self" src="right/right.htm"
       marginwidth="0" marginheight="0" framespacing="0" border="0"
       frameborder="0" noresize scrolling="no">

<!-- wovon das linke Hauptframe in ein oberes und ein unteres
       Frame aufgeteilt ist... Das unterste davon (contents_bottom)
       läßt sich nach oben ziehen... -->
      <frameset rows="*,60" framespacing="10" border="10"  
       frameborder="10" bordercolor=#554499>    
        <frame name="contents" target="main"
         src="applet/treeview.htm" marginwidth="0" marginheight="0"
         framespacing="0" border="0" frameborder="0" scrolling="no">
        <frame name="contents_bottom" target="main"
         src="contents_bottom.htm" marginwidth="10" marginheight="0"
         framespacing="10" border="0" frameborder="0" scrolling="no">
      </frameset>
      
      <!-- während das rechte Hauptframe in drei weitere Frames  
       unterteilt ist... Das unterste davon (main_bottom) läßt sich
       nach oben ziehen... -->
      <frameset rows="17,*" framespacing="0" border="0"
       frameborder="0">  
        <frame name="main_top" target="main" src="main_top.htm"
         marginwidth="0" marginheight="0" framespacing="0"
         border="0" frameborder="0" scrolling="no">
        <frameset rows="*,60" framespacing="10" border="10"
         frameborder="10" bordercolor=#FF0033 scrolling="no">
      <frame name="main" src="home/home.htm" framespacing="10"
           border="0" frameborder="0">
       <frame name="main_bottom" src="main_bottom.htm"
           marginwidth="7" marginheight="7" framespacing="10"
           border="0" frameborder="0">
        </frameset>
      </frameset>
  
      <frame name="mainr" target="_self" src="right/right.htm"
       marginwidth="0" marginheight="0" framespacing="0" border="0"
       frameborder="0" noresize scrolling="no">
     </frameset>

<frame name="bottom" target="contents" src="Bottom/Bottom.htm"
      marginwidth="0" marginheight="0" framespacing="0" border="0"
      frameborder="0" noresize scrolling="no">
  </frameset>

</html>