Benjamin: IE: vertical-align:middle bei <td> wird ignoriert

Beitrag lesen

Hallo ihr!

Ich hab irgendwie nen brett/baumstamm/holzhaus vorm kopf:
warum wird diese Grafik im Internet Explorer (5.5) nicht vertikal zentriert? Im Firefox und Konqueror funktionierts...

Hier mal der entsprechende Code-Schnipsel:

<table cellspacing="2" border=0 style="table-layout:fixed; width:900px; height:97%; margin-left:auto; margin-right:auto; border:1px solid #E4E4E5;">
  <tr>
   <td style="width:175px; height:1px;"></td>
   <td></td>
   <td style="width:50px;"></td>

<td style="width:150px;"></td>
   <td style="width:30px;"></td>
  </tr>
  <tr>
   <td rowspan="2" style="padding:0px;"><img src="fileadmin/people.jpg" width="177" height="140" border="0"></td>
   <td style="background-color:#177bb9; height:112px;">
    <table style="height:100%; width:100%;">
    <tr><td style="height:20px; text-align:right;" class="topmenu">&nbsp;<a href="index.php?id=1" onfocus="blurLink(this);" class="topmenu">Startseite</a>&nbsp;|&nbsp;<a href="index.php?id=13" onfocus="blurLink(this);" class="topmenu">Kontakt</a>&nbsp;|&nbsp;<a href="index.php?id=12" onfocus="blurLink(this);" class="topmenu">Impressum</a>&nbsp;|&nbsp;<a href="index.php?id=11" onfocus="blurLink(this);" class="topmenu">Sitemap</a>&nbsp;</td></tr>
    <tr><td></td></tr>
    <tr><td style="height:20px; vertical-align:bottom;" class="untertitel"></td></tr>
    </table>
   <td style="background-color:#177bb9;">&nbsp;</td>

!!!!!!!! ACHTUNG: HIER KOMMT DER ÜBELTÄTER: !!!!!!!!!!!!
<td style="background-color:#dddddd; text-align:right; vertical-align:middle; height:112px;" valign="middle"><img src="fileadmin/logo_website.gif" width="143" height="56" border="0" alt="NewVision Consulting Logo"></td>

<td style="background-color:#177bb9;">&nbsp;</td>
  </tr>

wär super, wenn ihr weiter wüsstet...

Benjamin