Henning: Tabellen in Netscape

Beitrag lesen

hossa

ich hab ein problem mit netscape. und zwar werden meine tabellen nicht angezeigt. (im ie ist dies der fall) ich weiss absolut nciht was ich machen muss damit diese angezeigt werden..
ein quellcode sieht zb so aus....

<table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%">
<tr>
   <td width="100px"></td>
</tr>
<tr height="2">
   <td width="100px" height="2px" bgcolor="#556d7a"></td>
</tr>
<tr>
   <td bgcolor="#dcdcdc" width="100px"></td>
</tr>
<tr height="2">
   <td bgcolor="#556d7a" width="100px" height="2px"></td>
</tr>
<tr>
   <td width="100px"></td>
</tr>
</table>