Chris: IE und FF Darstellungsproblem

Beitrag lesen

Hi Zusammen,

gibt es eine Möglichkeit die Tabellenhöhe automatisch anpassen zu lassen im IE? Während FF mir das Resultat so präsentiert wie ich es möchte, ignoriert der IE komplett die Darstellung.

<table border="0" cellpadding="0" cellspacing="0" width="100%">  
<tbody>  
	<tr>  
    <td class="top_left" valign="top" height="850"></td>  
	<td valign="top" width="820" rowspan="3">  
  
    <table border="0" cellpadding="0" cellspacing="0" width="100%">  
    <tbody>  
    	<tr>  
        <td valign="top">  
  
        <table border="0" cellpadding="0" cellspacing="0" height="368" width="820">  
        <tbody>  
        	<tr>  
            <td class="top_eye" height="368"></td>  
            <td class="top_center">  
            	<a href="http://www.nightfall-events.de">  
                <img src="bg_top_center.jpg" border="0"></a></td>  
          	</tr>  
          	<tr>  
            <td colspan="2">  
  
            	<table border="0" cellpadding="0" cellspacing="0" height="100%" width="100%">  
                <tbody>  
                	<tr>  
                    <td height="478" class="middle_eye"></td>  
                    <td rowspan="3" class="middle_center" height="100%" valign="top" width="100%" align="center">  
  
                        <div id="content"><!-- ###INHALT### -->bla bla bla<!-- ###INHALT### --></div>  
  
</td>  
                    </tr>  
                    <tr>  
                    <td height="auto" class="middle_left">&nbsp;</td>  
                    </tr>  
                    <tr>  
                    <td height="254" class="bottom_eye"></td>  
                    </tr>  
                </tbody>  
                </table>  
              </td>  
            </tr>  
        </tbody>  
        </table>  
  
        </td>  
   		</tr>  
    </tbody>  
    </table>	  
	  
    </td>  
    <td class="top_right" valign="top" height="850"></td>  
    </tr>  
    <tr>  
    <td class="bottom_left">&nbsp;</td>  
    <td class="bottom_right"></td>  
    </tr>  
</tbody>  
</table>