RE: [WSG] Flow from bottom?

2004-04-04 Thread James Gollan
-forum/ftopic2581.htmlsid=d5f9e1408a602f90a000282a0293bf15 James -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sam Walker Sent: Sunday, 4 April 2004 10:51 AM To: [EMAIL PROTECTED] Subject: Re: [WSG] Flow from bottom? Thanks. I'm not entirely sure

Re: [WSG] Flow from bottom?

2004-04-04 Thread Justin French
On 04/04/2004, at 10:23 AM, Tim Shortt wrote: 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

Re: [WSG] Flow from bottom?

2004-04-03 Thread russ weakley
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

Re: [WSG] Flow from bottom?

2004-04-03 Thread Tim Shortt
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

Re: [WSG] Flow from bottom?

2004-04-03 Thread Sam Walker
Thanks. I'm not entirely sure why it works, but it does seem to. However, it off-sets the content from the bottom by a few pixels. I replaced the bottom:20px and top:20px with 0px, and it seems to work fine, but it still leaves a few pixels of space underneath, even with margin and padding at 0.

Re: [WSG] Flow from bottom?

2004-04-03 Thread Sam Walker
Yes, I notice that now that I try it with more content. Perhaps there' another way without so many problems? On Apr 3, 2004, at 6:23 PM, Tim Shortt wrote: russ weakley wrote: One method - not tested but in theory: Place the content inside a container, and apply absolute positioning to the

Re: [WSG] Flow from bottom?

2004-04-03 Thread James Ellis
HI Sam Do you have a URL? Maybe there is another way to do this that could be helped along with something visual. Cheers James Sam Walker wrote: Yes, I notice that now that I try it with more content. Perhaps there' another way without so many problems? On Apr 3, 2004, at 6:23 PM, Tim Shortt

Re: [WSG] Flow from bottom?

2004-04-03 Thread Zulema
I'm new to the list and wanted to contribute this link on footers from A List Apart that might help: http://www.alistapart.com/articles/footers/ it uses Javascript and CSS. later, Z Z u l e m a O r t i z W e b D e s i g n e r email : [EMAIL PROTECTED] website : http://zoblue.com/ Sam Walker