hallo,
ich krieg's nicht hin, dass die rechten tabellenzellen in der untenstehenden tabelle lediglich so hoch sind wie ihr inhalt und sich nur die unterste tabellenzelle über die restliche höhe hinaus ausdehnt (da die linke tabellenzelle mit dem bild immer 150px hoch ist).
der opera stellt das so dar, wie ich es mir vorstelle, firefox und ie hingegen nicht. hat jemand eine idee? fixe height-angaben habe ich bereits probiert, ohne erfolg.
danke schon mal und gruss,
hurz
---
<style type="text/css">
<!--
.discol {
vertical-align:top;
font-weight:bold;
padding-right:10px;}
.discor {
vertical-align:top;}
-->
</style>
<table border="1" cellspacing="0" cellpadding="0">
<tr>
<td class="discol" rowspan="6"><img src="bspbild.jpg" width="150" height="150" border="0" alt="bsp bild"></td>
</tr>
<tr>
<td class="discol">Release:</td>
<td class="discor">bla</td>
</tr>
<tr>
<td class="discol">Label:</td>
<td class="discor">bla</td>
</tr>
<tr>
<td class="discol">Studio:</td>
<td class="discor">bla</td>
</tr>
<tr>
<td class="discol">Produktion:</td>
<td class="discor">bla</td>
</tr>
<tr>
<td class="discol">Credits:</td>
<td class="discor">bla</td>
</tr>
</table>