Clint: Opera kennt <table height=> nicht !?

Beitrag lesen

Hallo Roland

welche Höhe hat das der Tabelle übergeordnete Element, auf die sich die 100% der Tabelle beziehen sollen?

Die sind IMHO alle auf 100%

<table border="0" width="100%" height="100%">
 <tr>
   <td height="100%">
    <table border="1" align="center" width="970" height="100%">
 <tr valign="top" >
     <td>
  <table border="1" height="100%" width="190">
      <tr height="85" valign="top"><td>1.Zeile</td></tr>
      <tr height="5%"><td>2. Zeile</td></tr>
      <tr><td>3. Zeile</td></tr>
  </table>
     </td>
 </tr>
    </table>
   </td>
 </tr>
</table>

Ich verzweifel grad :o)

bye
clint