Fraenk: <DIV>s mit css/sytele positionieren

Beitrag lesen

Hi Christoph,

ich hab mal folfendes Konstrukt gebastelt:

<table width="100" height="95%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td height="80"> <iframe id="i0" name="i0" src="frame_oben.html" border="0" frameborder="0" height="80px" width="100%"marginwidth="0" marginheight="0" scrolling="No">
      </iframe> </td>
  </tr>
  <tr>
    <td > <iframe id="i0" name="i0" src="frame_mitte.html" border="0" frameborder="0" height="100%" width="100%"marginwidth="0" marginheight="0" scrolling="No">
      </iframe> </td>
  </tr>
  <tr>
    <td height="80"> <iframe id="i0" name="i0" src="frame_unten.html" border="0" frameborder="0" height="80px" width="100%"marginwidth="0" marginheight="0" scrolling="No">
      </iframe> </td>
  </tr>
</table>

Scheint in IE 5 und NN 7 zu funktionieren... Aber ist das "konform"? Und: Man soll doch auf Layouts mit Tabellen und Frames verzichten und alles mit css machen...

Grüße - Fraenk