I have a div that I need to take 100% of the page, except for the xnumber of pixels. I can not use JavaScript, is this possible?
I can set the height like this:
height:100%;
or I could set it as:
height:0px;
But how can I subtract xpixels one hundred percent ?
EDIT
This is why I need to do this:

You will notice that the footer is divided into div. Can I do anything about this?
source
share