I have a header element and a content element:
#header #content
I want the header to be of fixed height and the content to fill up all the
#Header { width: 960px; height: 150px; } #Content { min-height:100vh; height: 100%; width: 960px; }