I have created a responsive layout which you can find here: http://pixelcakecreative.com/cimlife/responsive/
The left and right columns are simply placeholders for a site skin (left and right full page advertisement). I need both of these columns to extend to the very bottom of the page. Both html and body have a height of 100%, but for some reason I cannot get these columns to extend to the bottom with min-height:100%
Any ideas? I am looking for a pure css solution, but jquery is an option.
The jQuery solution would be:
I hope this helps!