Problem mit valign:bottom ohne Höhendifinition

osoliver

Grünschnabel
Ich habe schon mehrere Varianten durchprobiert, aber ohne Höhen Definition von <td> will er diesen Befehl nicht aktzeptieren... da es sich aber im die Topic-Anzeige im Forum handeln, kann ich diese ja nicht fest vordefinieren, da sie von der Beitragslänge abhängt, dh wenn der Betrag lang genug ist, funktuionierts...

Hab es mit style="vertical-align:bottom" probiert oder auch mit style="background-image:url(***); background-repeat:repeat-y;". Dies geht aber immer nur mit einer Definition von <td>.

Frage, wie kann ich dies umgehen...

Scipt:

<table class="forumline" width="100%" cellspacing="1" cellpadding="3" border="0">
<tr>
<th width="150" height="28">{L_AUTHOR}</th>
<th width="100%">{L_MESSAGE}</th>
</tr>
<tr>
<td class="spacerow" colspan="2" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
</tr>
<!-- BEGIN postrow -->
<tr>
<td valign="top" class="{postrow.ROW_CLASS}" rowspan="1"><span class="name"><a name="{postrow.U_POST_ID}" id="{postrow.U_POST_ID}"></a><strong>{postrow.POSTER_NAME}</strong></span><br />
<span class="postdetails">{postrow.POSTER_RANK}<br /><br>
{postrow.RANK_IMAGE}{postrow.POSTER_AVATAR}<br /><br />
{postrow.POSTER_JOINED}<br />
{postrow.POSTER_POSTS}<br />
{postrow.POSTER_FROM}</span><br />
<img src="images/spacer.gif" alt="" width="140" height="1" />
</td>
<td class="{postrow.ROW_CLASS}" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="postdetails" height="22"><a href="{postrow.U_MINI_POST}"><img src="{postrow.MINI_POST_IMG}" alt="{postrow.L_MINI_POST_ALT}" title="{postrow.L_MINI_POST_ALT}" /></a>{L_POSTED}:
{postrow.POST_DATE}</td>
<td align="right" valign="top" nowrap="nowrap">{postrow.QUOTE_IMG}{postrow.EDIT_IMG}{postrow.DELETE_IMG}{postrow.IP_IMG}<a href="#top"><img src="templates/Labs/images/icon_up.gif" alt="{L_BACK_TO_TOP}" width="16" height="18" title="{L_BACK_TO_TOP}" class="imgtopic" /></a></td>
</tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<tr>
<td class="spacerow_topic" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
</tr>
<tr>
<td height="5" valign="top">
<!-- empty -->
</td>
</tr>
<td valign="top" class="postbody">
{postrow.MESSAGE}</td>
</tr>
<tr>
<td valign="bottom" style="vertical-align:bottom">
&nbsp;
</td>
</tr>

<tr>
<td height="40" valign="bottom" class="genmed">{postrow.SIGNATURE}<span class="postdetails">{postrow.EDITED_MESSAGE}</span></td>
</tr>

<tr>
<td class="spacerow_topic" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
</tr>
<tr>
<td height="22" valign="bottom" nowrap="nowrap">{postrow.PROFILE_IMG}{postrow.PM_IMG}{postrow.EMAIL_IMG}{postrow.WWW_IMG}{postrow.AIM_IMG}{postrow.YIM_IMG}{postrow.MSN_IMG}{postrow.ICQ_IMG}</td>
</tr>
</table>
</td>
</tr>

In dem grünen Bereich, soll praktisch bestimmt werden, das bei Bedarf, der Rest ausgefüllt wird und die folgenen Inhalte auch am Bottom erst gezeigt werden!

Wer kann mir helfen? Merci!
 
Zurück