Der Mann vom anderen Ende: Tabelle vs. Netscape

Beitrag lesen

Wollte es nicht posten, da es sich um ein Geschäftsprojekt handelt.

Hier die so abgespeckte Version, das man eh nicht mehr auf was zurückgreifen kann:

<table class="button" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="50%"><img src="navigation/spacer.gif"></td>
<td class="button"><img src="button/btn_left.gif" width="6" height="19"></td>
<td class="buttonmiddle"><a href="platzhalter.htm" title="platzhalter" target="_blank" >Vergleichsliste</a></td>
<td class="button"><img src="button/btn_right.gif" width="6" height="19"></td>
<td><img src="navigation/spacer.gif" width="6" height="1"></td>
<td class="button"><img src="button/btn_left.gif" width="6" height="19"></td>
<td class="buttonmiddle"><a href="platzhalter.htm" title="platzhalter" target="_blank" >platzhalter</a></td>
<td class="button"><img src="button/btn_right.gif" width="6" height="19"></td>
<td><img src="navigation/spacer.gif" width="6" height="1"></td>
<td class="button"><img src="button/btn_left.gif" width="6" height="19"></td>
<td class="buttonmiddle" nowrap>platzhalter</td>
<td class="button"><img src="button/btn_right.gif" width="6" height="19"></td>
</tr>
<tr>
<td><img src="navigation/spacer.gif" width="1" height="6"></td>
</tr>
</table>

und hier noch der auschnitt aus der css-Datei:

table.button
{
 margin-top:10px;
 margin-bottom:10px;
 text-align:right;
 background-color:#d3e3ed;
}

td.button
{
 height:19px;
 width:6px;
}

td.buttonmiddle
{
 background-image:url("button/btn_middle.gif");
 height:19px;
 font-family:Arial;
 font-size:11px;
 color:#ffffff;
 text-align:middle;
}

Glaube zwar nicht, daß es was bringt, aber bitte...