Re: [css-d] Getting a footer to stick to the bottom of a web page.

2007-02-12 Thread Andy Harrison
Oops, forgot you have to add padding-bottom:4em; to #inner-container. Andy On 2/12/07, Andy Harrison <[EMAIL PROTECTED]> wrote: > > The simplest solution I have found is at > http://test.riczho.dyndns.org/fullheight/index.html. All you would have > to change is to put another div inside #foo

Re: [css-d] Getting a footer to stick to the bottom of a web page.

2007-02-12 Thread Andy Harrison
On 2/12/07, Blake <[EMAIL PROTECTED]> wrote: > > html, body { > height: 100%; > } > > #container { > width: 710px; > min-height: 100%; > margin: 0 auto; > } > > #inner-container { > position: relative; > min-height: 100%; > } > > #footer { > p

Re: [css-d] Getting a footer to stick to the bottom of a web page.

2007-02-12 Thread Gunlaug Sørtun
Blake wrote: > Apparently my footer isn't sticking to the bottom of my web page. I > have an old 15" monitor on 1024x768, so I can't see this problem. But > I'm told it exists on 1280x960 monitors. > > . > > I'm using the following CSS and I think it should be

Re: [css-d] Getting a footer to stick to the bottom of a web page.

2007-02-12 Thread Sophie Dennis
Blake wrote: > Hi list, > > Apparently my footer isn't sticking to the bottom of my web page. I > have an old 15" monitor on 1024x768, so I can't see this problem. But > I'm told it exists on 1280x960 monitors. > > The page is located at . > > I'm using the followi

[css-d] Getting a footer to stick to the bottom of a web page.

2007-02-12 Thread Blake
Hi list, Apparently my footer isn't sticking to the bottom of my web page. I have an old 15" monitor on 1024x768, so I can't see this problem. But I'm told it exists on 1280x960 monitors. The page is located at . I'm using the following CSS and I think it should