Is it possible to get a div's height to be 100% of an available area?
I have a design that has a left side bar and a main content well on the right. On most pages on the site, the left sidebar is taller than the content well, but for a few pages, the content well is very tall and the sidebar is left floating with no bottom. I have created a piss poor example of what I'm talking about here: http://www.pmind.com/staging/pisspoor.html I remember years ago the answer was to just assign a background image that would fake it, i.e. in my example just make an image that had a green bar down the left side of it and make that the background to the main red div. And I know