Code: Select all
.....
<td>
<div id="top">
text content
</div>
<div id="bottom">
fix size menu
<div>
</td>
......I would like set the "bottom" <div> on the <td> bottom ( that should be always there),
but if I set the vertical-align for bottom, the "top" <div> come bottom too.
I was tried the other expedient (position:absolute) but that was far from solution.
Can Somebody help me ?