Posted by Eric C. on 06/12/07 15:23
Hello
In the old days, in quirks mode, it was possible to get content to
appear at the bottom of the browser window by doing this:
<table width="100%" height="100%">
<tr valign="top">
<td>foo</td>
</tr>
<tr valign="bottom">
<td>bar</td>
</tr>
</table>
Is there a way to do this using div elements and CSS?
Navigation:
[Reply to this message]
|