I haven't had any luck getting my middle column to stretch it's height 100% when my right columns height is larger. I changed my height back to a fixed height for the time being. Do I need to nest my content column inside my middle column to acheive this?
Thanks for your suggestion. I added height:100%; and min-height:100%; to html, body, #wrapper (the parent div) and #sidebar (the column i'm trying to get to stretch) to no avail.
The problem is on this page "http://www.kenbacca.com/?p=6". When the content column is larger than the screen size, the middle column bg doesn't expand to the full height.
bierk: Thanks for the suggestion. For some reason I thought that you could get it to stretch. I was playing around with background-attachment:fixed, which didn't work either.