[thelist] Howto: align a floating div to the bottom of thepage ???

Jon jon at daemon.com.au
Wed Aug 21 05:39:00 CDT 2002


> You could try combining the position:fixed and Javascript code examples at
>
> <http://www.mark.ac/help/stone.html>
> and
> <http://www.mark.ac/help/sticky.html>


I would like to avoid using JS.
The sort of behaviour I want is something I would commonly
achieve with tables ( but Im trying a tableless design ).

Something like this:

<table border="1" height="100%">
 <tr>
  <td>the top</td>
 </tr>
 <tr height="90%">
  <td>&nbsp;</td>
 </tr>
 <tr>
  <td>the bottom</td>
 </tr>
</table>

works for me.
Is there any way to do this, maybe by having an expanding
div?

Jon.



More information about the thelist mailing list