i've a cell in a simple table:
<td width="440" class="headline">ORDERS</td>
css is extern defined:
.headline { color: #000000; font-weight: bold; font-size: 10pt;
line-height: 50pt; text-align:left; vertical-align:bottom ;font-family:
MS Sans Serif , Arial, Verdana, Helvetica, Geneva; text-decoration: none
}
the vertical-align:bottom seems to be ignored, all other styles work
correctly in ie5.5 and ns4.7
i also tried this, but no success:
<td valign="bottom" width="440" class="title">ORDERS</td>
any hints?
thx
urs