I want a multi-column div using a sticky footer. I have the stucky footer figures out, but not the full height mumti-colum. I am racking my brain here. The left column needs to be full height because it will be a colored bar. If you look at the example link below, you can see that when I set it's height (or min-height) to 100% it adds a scrollbar and extends itself past the footer.
I don't know why. Any help would be greatly appreciated!
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
Instead of applying backgrounds to the two columns separately, apply a single background image to the container div. You may need to clear beneath the footer div (div#clear { clear: both;}) to force it to expand the whole way down.
Well that sucks. You'd really think it would work! if that was my only resort, then it really screws up the other design I am working on. It needs a colored sidebar on the left, and background image in the lower left corner of the right side.