Re: [css-d] How to position a footer below other absolute and relative positioned elements

2011-04-11 Thread G.Sørtun
On 10.04.2011 23:01, Ian Piper wrote: Hi all, I've been away from this list for a long time: hope all are thriving. Sure we are :-) I'd appreciate some advice about positioning. http://monickr.com/ My advice is simple: don't absolute position more than you have to, and avoid absolute-p

Re: [css-d] How to position a footer below other absolute and relative positioned elements

2011-04-10 Thread Tim Dawson
What happens if you absolutely position the footer from the bottom ? div#footer_holder { position: absolute; bottom: 0; } Tim On 10/04/2011 22:01, Ian Piper wrote: Hi all, I've been away from this list for a long time: hope all are thriving. I'd appreciate some advice about positioni

[css-d] How to position a footer below other absolute and relative positioned elements

2011-04-10 Thread Ian Piper
Hi all, I've been away from this list for a long time: hope all are thriving. I'd appreciate some advice about positioning. I have a page in which the upper part is defined by elements that have absolute and relative positioning. The rough page breakdown looks like this (I've indicated the posi