<table> in <table> immer im bottom ?
hande
- html
0 MudGuard
moin,
gibt es wohl eine möglichkeit eine tabelle in einer tabelle (variable höhe) immer im bottom zu positionieren sonst fliegt die 2 tabelle immer horizontal irgendwo herum ?
<table> (<-je nach inhalt variable höhe)
<tr>
<td>
<table> (<- sollte immer im bottom sein)
<tr>
<td></td>
</tr>
</table>
</td>
</tr>
</table>
und das möglichst für alle browser
danke für einen tip
hande
Hi,
gibt es wohl eine möglichkeit eine tabelle in einer tabelle (variable höhe) immer im bottom zu positionieren sonst fliegt die 2 tabelle immer horizontal irgendwo herum ?
Ich kann mir zwar nur seehr wenige Situationen vorstellen, in denen es überhaupt verschachtelte Tabellen braucht, aber:
Was hat die vertikale Positionierung des Zelleninhalts [im bottom zu positionieren] (valign als Attribut im td Element bzw. besser vertical-align als CSS-Property für das td) mit der horizontalen Ausrichtung [fliegt ... immer horizontal irgendwo rum] zu tun?
cu,
Andreas