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?
There is a similar problem with some browsers not providing scroll bars on centred+fixed width content, which I found could be avoided if the fixed-width container had a 1px border on the sides... I don't have the source code you guys are both working of, but it's worth a try.
--- Justin French http://indent.com.au
*****************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
*****************************************************
