Simon Klever: Positionierung mit 100% im Netscape!

Beitrag lesen

Hallo!
Hier noch mal das gesamte Skript:

<html>
<head>
<!-- import-Anweisung für externe CSS-Datei -->
<style type="text/css">
@import url(formate_1.css);
</style>
</head>
<body>
<!-- die "center"-tags können im ie wegfallen, hier nur für andere browser
     im mozilla 1.4 browser wird es aber nicht mit einer höhe von 100% dargestellt -->
<center>
<table width="545" height="100%" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <th height="77" background="images/oben_1.gif" align="center">
    <h1>home</h1>
    </th>
  </tr>
  <tr>
    <th background="images/mitte.gif">

<iframe src="inhalte/home_text.html" name="home_text" width="480" height="100%" align="center" scrolling="auto" marginheight="0" marginwidth="0" frameborder="0">
 <p>Ihr Browser kann leider keine eingebetteten Frames anzeigen:
 <img src="inhalte/home_text.html" width="480" border="0" alt="home"></p>
 </iframe>

</th>
  </tr>
  <tr>
    <th height="77" background="images/unten_1.gif">
    <h3>copyright by <a href="mailto:webmaster@morning-glory.de">Simon Klever</a></h3>
    </th>
  </tr>
  </table>
</center>
<!-- "center"-tag kann im ie wegfallen -->
</body>

Es liegt definitiv am table-tag (height="100%")!!!
Wie kann ich das für Mozilla / Netscape, etc. realisieren, dh wie kann die Tabelle auf allen Browser auf 100% gesetzt werden???
Bitte um Antwort!!!
Gruß
Simon

mail to: webmaster@morning-glory.de