Hallo alle miteinander,
ich stell mich heut irgenwie dumm an. ich hab eine stinknormale tabelle mit einer kleiner grafik in einer zeile. der browser passt aber die zellenhöhe der mini-grafik-zeile automatisch an die grösse der anderen zellen an. height und style angaben ignoriert er geflissenlich. was mach ich falsch.
bsp-code:
<table border="1" cellspacing="0" cellpadding="0" >
<tr>
<td>1. punktdjkfdjkjlfd</td>
</tr>
<tr>
<td style="height:2px"><img src="mimes/hovermenu_seperator.gif" alt="" border="0" height="2"> </td>
</tr>
<tr>
<td>2. punkt</td>
</tr>
<tr>
<td style="height:2px"><img src="mimes/hovermenu_seperator.gif" alt="" border="0" height="2"> </td>
</tr>
<tr>
<td> 3. Punkt</td>
</tr>
<tr>
<td style="height:2px"><img src="mimes/hovermenu_seperator.gif" alt="" border="0" height="2"> </td>
</tr>
</table>
Gruss und schon mal Vielen Dank Jens W