Shelly wrote:
> So, the thing is, I'd like to try and create a 3-column layout that's
> got a "sticky footer" (meaning, 100% in height with footer at the bottom
> of the browser screen, *unless* one of the columns in said layout pushes
> the site longer - then the footer will always stay at the
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Andy Harrison wrote:
> For the sticky footer, assuming it's actually possible, I'd think you'd want
> to put everything in a wrapper div with min-height 100% (or a
> table). I've mulled this over myself a few times but haven't actually
> played with
http://css-discuss.incutio.com/?page=AnyColumnLongest has a good list of
related links; maybe it'll help. The padding/margin hack's not really all
that bad, but it does annoy me knowing it won't work if you have an
unreasonably enormous column (or just some anchors for that matter). ;-)
For the s
I've been trying to figure something out for a while now, and wouldn't
you know it, it's *just* dawned on me that I can pick your all's brains.
(Yeah, duh me!) This is just something I'm trying to do for the sake of
doing it - just to see if I *can* - it's not part of any actual design
or anyt