Hallo und frohe Ostern!!
habe ein Problem und finde einfach nicht die Lösung. Unten habe ich auch den code gepostet mit der hoffnung, das mir eventuell jemand helfen könnte.
valign="bottom" will nicht im IE funktionieren. und weiß jetzt einfach nicht weiter. Möchte nämlich 2 Grafiken/flächen ohne abstand zusammenfügen. margin und padding habe ich mit css auf 0 gestellt.
table{border-spacing:0;border-collapse:collapse;}
tr{margin:0;padding:0;}
td{margin:0;padding:0;}
<table width="100%" height="60" border="0">
<tr>
<td colspan="6"> </td>
</tr>
<tr height="14">
<td width="200"> </td>
<td valign="bottom" align="left" width="66">
<table valign="bottom" width="100%" height="100%" border="0">
<tr valign="bottom">
<td valign="bottom" align="center">
<img src="images/reiter_ob_png_li_r.gif" width="8" height="14">
</td>
</tr>
</table>
</td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr style="background-color:black;">
<td colspan="6"> </td>
</tr>
</table>
vielleicht weiß ja jemand eine Lösung
grüße von mir
carsten