Hi Mark-Oliver,
hatte das gleiche Problem und bin letztendlich wieder beim unsauberen Tabellenlayout gelandet:
<table>
<tr>
<td><img src="foo.jpg" /></td>
<td>
<ul>
<li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li>
</ul>
</td>
</tr>
</table>
Das ist zwar nicht schön, bringt aber unter allen Browsern ein gutes Ergebnis.
Gruß von Tom, dem halt nichts besseres eingefallen ist