Tabellen in Netscape
Henning
- html
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>
hi!
<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>
Hm, in deinen Tabellenzellen steht ja auch nix drin. Was sollte da
angezeigt werden? Fülle die erstmal mit Inhalt, und wenn es dann
noch nicht funktioniert, mach mal 'ne Seite, wo man sich das ganze
anschauen kann.
bye, Frank!
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>
Hallo!
Das mit dem Netscape-Problem kann an zwei Sachen liegen:
1. Probier mal, deine Tabellenzellen zu füllen, oder - wenn sie leer bleiben sollen - ein oder eine transparente 1px*1px große Grafik in jede Zelle einzufügen.
2. Falls das nicht funktionieren sollte (wovon ich nicht ausgehe), probier mal, die height-Angaben in das <td>-Tag anstatt ins <tr>-Tag zu packen.
Gruß,
Cpt. Karl
(Mischa)