I am currently trying to build a website with a banner of a fixed height (100px) at the top, and I want the rest of the content to fill the rest of the page. I have it so that I have the banner is in a div, and the rest of the page in another div, and I want the rest of the page to be the height less 100px (100% - 100px). Obviously you cannot mix % and px when it comes to height. However, is it possible to define a variable to be the widow height (100%) minus the banner height (100px) and then use this to define the height of my remaining div.
I am new to css, html and hardly know any other languages, so please try to keep answers simple, as I am a simple person!