|
I am relatively new at Javascript, so please bear with me. I'm trying to find out the height of space from the bottom of the outputted HTML from a PHP program, to the bottom of the viewport, and have Javascript set my next div height as that amount. Is this possible, assuming that the outputted HTML can vary from page load to page load, and even on one load due to a collapsible header?
|