russ weakley wrote:
One method - not tested but in theory:

Place the content inside a container, and apply absolute positioning to the
container:

#contaner {position: absolute; left: 20px; bottom: 20px;}

The container will set at the bottom of the viewport or its containing box
and the content will flow up rather than down.

Russ



I was lurking and took the liberty of trying this, and the content indeed stuck to the bottom of it's container. However, once the window was resized smaller (vertically), a scollbar would not appear. So the top-most content moved up and cut off at the top of the browser. Any ideas on how to prevent the top content from cutting off?


-Tim



*****************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
*****************************************************




Reply via email to