Re: [css-d] How to make one DIV appear at the bottom of another?

2008-05-02 Thread Gunlaug Sørtun
Erik Harris wrote: >> > > Interesting. This one doesn't work at all in IE6 (at least not in > IE6-Standalone), despite supposedly being a way to make fixed > positioning work in IE6. IE standalone _and_ multipleIE will *never* work as real IE, although

Re: [css-d] How to make one DIV appear at the bottom of another?

2008-05-02 Thread Gunlaug Sørtun
Erik Harris wrote: > http://www.vantagehoa.org/wordpress/regional-info/ 1 - How do I get > the "footer" DIV to the bottom of the "body" DIV? 2 - How do I > vertically center the content in the "footer" DIV? This is probably the simplest way to solve both problems...

Re: [css-d] How to make one DIV appear at the bottom of another?

2008-05-01 Thread Benjamin White
I hadn't seen this suggested, but is there any reason you couldn't do something like this? #sidebar { float: left; } #footer { clear: left; } __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List

Re: [css-d] How to make one DIV appear at the bottom of another?

2008-05-01 Thread Erik Harris
On 5/1/2008 8:40 PM, Mark Henderson wrote: > Erik Harris wrote: >> >> Interesting. This one doesn't work at all in IE6 (at least not in >> IE6-Standalone), despite supposedly being a way to make fixed >> positioning work in IE6. > > Then Holly Bergevin wrot

Re: [css-d] How to make one DIV appear at the bottom of another?

2008-05-01 Thread Mark Henderson
Erik Harris wrote: > > Interesting. This one doesn't work at all in IE6 (at least not in > IE6-Standalone), despite supposedly being a way to make fixed > positioning work in IE6. Then Holly Bergevin wrote: > Just for the record, in a "native installation"

Re: [css-d] How to make one DIV appear at the bottom of another?

2008-04-30 Thread David Laakso
> From: Erik Harris <[EMAIL PROTECTED]> > > >>> >>> >> Interesting. This one doesn't work at all in IE6 (at least not in >> IE6-Standalone), despite supposedly being a way to make fixed >> positioning work in IE6. >> > > Enable javasc

Re: [css-d] How to make one DIV appear at the bottom of another?

2008-04-29 Thread Holly Bergevin
From: Erik Harris <[EMAIL PROTECTED]> >> > >Interesting. This one doesn't work at all in IE6 (at least not in >IE6-Standalone), despite supposedly being a way to make fixed >positioning work in IE6. Just for the record, in a "native installation" of IE6

Re: [css-d] How to make one DIV appear at the bottom of another?

2008-04-29 Thread Erik Harris
On 4/29/2008 5:26 PM, David Laakso wrote: > Erik Harris wrote: >> I'm setting up a small site with WordPress, and am having trouble >> getting my footer to the bottom of its containing DIV. >> >> http://www.vantagehoa.org/wordpress/regional-info/ >> 1 - How do I get the "footer" DIV to the bottom

Re: [css-d] How to make one DIV appear at the bottom of another?

2008-04-29 Thread David Laakso
Erik Harris wrote: > I'm setting up a small site with WordPress, and am having trouble > getting my footer to the bottom of its containing DIV. > > http://www.vantagehoa.org/wordpress/regional-info/ > > 1 - How do I get the "footer" DIV to the bottom of the "body" DIV? > 2 - How do I vertically c

[css-d] How to make one DIV appear at the bottom of another?

2008-04-29 Thread Erik Harris
I asked about this a few days ago, but didn't get any response. I made some slight progress myself, but for the most part, it still has me stumped. I'm setting up a small site with WordPress, and am having trouble getting my footer to the bottom of its containing DIV. I'm also having some iss