scion: Tabellenrahmen wird im IE falsch angezeigt

Beitrag lesen

hallo,

ich habe mal die tabelle bearbeitet:

<table width="335px" border="1" rules="rows" style="1px; border-collapse:collapse" bordercolor="#111111" cellpadding="0" cellspacing="0">
  <thead>
                   <tr bgcolor="#FF9900">
                      <th>
                         <font face="Verdana" size="2">Name</font>
                      </th>
                      <th>
                         <font face="Verdana" size="2">Menge</font>
                      </th>
                      <th>
                         <font face="Verdana" size="2">Preis</font>
                      </th>
                   </tr>
                </thead>
                                   <tr>
                      <td align='center'>
                      <font face="Verdana" size="2">Borland C++ Builder</font>
                      </td>
                      <td align='center'>
                         <input style="text-align: center" size="4" maxlength="4" name="71" value="1">
                      </td>
                      <td><font face="Verdana" size="2">300.00  Euro</font></td>
                   </tr>
                                <tr>
                   <td colspan="2" align="center">
                      <font face="Verdana" size="2"><b>Gesamtpreis</b></font>
                      <font size="1">
                         <i> (incl. Mwst)</i>
                      </font>
                      <b>: </b>
                   </td>
                   <td>
                      <font face="Verdana" size="2"><b>300.00 Euro</b></font>
                   </td>
                </tr>
             </table>

Probier mal aus ob sie dir so gefällt

mfg scion