Sandra: netscape-problem

Beitrag lesen

Hilfe, Netscape setzt die Größen in der Tabelle falsch!!!

Die linke, dunkelblaue Spalte soll genau 305 Pixel gross sein. Im MSIE klappt das, aber der Netscape möchte da nicht mitspielen.

Danke vorab!

Ich habe folgenden Code:

<body topmargin=0 bgcolor="#FFFFFF" text="#000000" onLoad="">
<table border="1" height="100%" width="100%" marginwidth="0">
  <tr>
     <td height="98" bgcolor="#" colspan="2" width="810">
         <hr color="#FFFFFF" width="815" height="2"><br><br>
         <div class="ueberschrift">a <br>b <br>
          c </div>
     </td>
     <td width="1" height="98" rowspan="2"> </td>
     <td bgcolor="#" height="98" width="*" valign="top">
     <hr color="#FFFFFF"></td>
  </tr>
  <tr>
     <td height="47" valign="bottom" colspan="2" width="810">
        <img src="images/logo_oben.gif"></td>
     <td bgcolor="#" height="47" width="*" valign="bottom">
        <img src="images/home.gif"> </td>
  </tr>
  <tr>
     <td valign="top" width="305" height="100%" bgcolor="#000066">
      <img src="images/logo_unten.gif"
       border="0"><br> <br> <br>
      <img name="a" border="0" src="a"><br><img name="b" border="0"
       src="b"><br><img name="c" border="0" src="c">
     </td>
     <td width="505" height="100%" valign="top">
        <table width="100%" height="100%" cellspacing="0"
         cellpadding="0" border="1">
          <tr><td height="180" width="100%"
              colspan="2"> </td></tr>
          <tr><td width="20"> </td>
              <td height="100%" width="100%" valign="top"
                align="left" class="tabellentext">
              <font size="2" color="#362872">ttt</font><font
               color="#362872">text<br></font></td>
           </tr>
        </table>
     </td>
     <td width="1" height="98"><img src="images/pixel_dark.gif" width="1" height="100%"></td>
     <td width="*" height="*"> </td>
  </tr>
</table>
</body>