I’m attempting to create a column in css that is 100% height of the page. Specificially the left column with the background transparency.
I’ve tried to make the contain use the overflow: hidden, but it doesn’t seem to be working. I know I’m targeting the issue incorrectly and and I think that the header and footer are messing the columns up.
You could set the height with javascript ( using jQuery in this case) at page load :
and just in case the user resizes the window :