How can I make a div be the height of the browser - 40px?
If that is easy, how can I make a div be (height of the browser) - (how far down the element begins on the page) - (40px)?
CSS only is ideal. Doing this in javascript is easy, but we all know that is bad form :)