Wolf: Anzeige-Prob. im IE

Beitrag lesen

IE zeigt mir bei diesem Code:
 <body bgcolor="#FDDB7F">
  <table bgcolor="#EEBE3D" valign="center" cellpadding="0" cellspacing="0" border="0"  align="center">
   <tr>
    <td>
     <table height="100%" cellpadding="0" cellspacing="0" frame="void" border="0" bgcolor="#FDDB7F" align="center">
      <tr height="460">
       <td  width="776">
        <p>
         Contentbereich
        </p>
       </td>
       <td width="218" valign="bottom">
        <table cellpadding="0" cellspacing="0" frame="void" border="0" align="left">
         <tr>
          <td>
           <a href="kopf.html">
           <img src="kopf.gif" border="0" hspace="0" vspace="0"
            onMouseover=this.src="kopfover.gif"
            onMouseout=this.src="kopf.gif"
           >
           </a>
          </td>
         </tr>
         <tr>
          <td>
           <a href="teller.html">
           <img src="teller.gif" border="0" hspace="0" vspace="0"
            onMouseover=this.src="tellerover.gif"
            onMouseout=this.src="teller.gif"
           >
           </a>
          </td>
         </tr>
         <tr>
          <td>
           <a href="saeule.html">
            <img src="saeule.gif" border="0" hspace="0" vspace="0"
             onMouseover=this.src="saeuleover.gif"
             onMouseout=this.src="saeule.gif"
            >
           </a>
          </td>
         </tr>
         <tr>
          <td>
           <img src="oben.gif" border="0">
          </td>
         </tr>
         <tr>
          <td>
           <a href="stein.html">
            <img src="stein.gif" border="0" hspace="0" vspace="0"
             onMouseover=this.src="steinover.gif"
             onMouseout=this.src="stein.gif"
            >
           </a>
          </td>
         </tr>
         <!-- hier fehlt 'was...--!>
         <tr>
          <td>
           <img src="unten.gif" border="0">
          </td>
         </tr>
         <tr>
          <td>
           <a href="bowl.html">
            <img src="bowl.gif" border="0" hspace="0" vspace="0"
             onMouseover=this.src="bowlover.gif"
             onMouseout=this.src="bowl.gif"
            >
           </a>
          </td>
         </tr>
        </table>
       </td>
      </tr>
      <tr height="125">
       <td valign="top">
        linksunten
       </td>
       <td valign="top">
        rechtsunten
       </td>
      </tr>
     </table>
    </td>
   </tr>
  </table>
 </body>
</html>
komische Spalten zwischen den <tr>'s (rote Pfeile)
zwischen den <td>'s aber nicht (schwarzer Pfeil)
Bei Opera wir alles korrekt angezeigt.
Woran liegt's?

Vielen Dank im Voraus