Hallo,
Eine Tabellenzeile soll dünn (1px) angezeigt werden.
Frage mich ja, worin der Sinn dieser Aktion liegt, aber naja ;-)
<td width="770" class="horizontal_l" colspan="3""><img src="img/blank.gif" width="1" height="1" alt="nix">
</td>
Erstmal ein uralter Hut: </archiv/1998_4/t00858.htm#a3350>
table.horizontal_l,
td.horizontal_l
{
background-color:#B3A97D; height:1px; color:#000000; font-family:Verdana,Arial,Helvetica,Sans-Serif; font-size:10pt; empty-cells:show
}
... und hier bei dem einen oder anderen Browser vielleicht noch
line-height:1px; einfügen (muß eigentlich nicht unbedingt sein).
Viele Grüße,
Stefan