>

Scripting


The category includes scripting realated posts. This includes HTML, JavaScript, JQuery, etc.

How to use JQUERY to set a DIV height to stretch the DIV to the Bottom of the Screen.

Many times it is necessary to have a div positioned as it normally would, but have the height set to extend to the bottom of the browser window.  Setting the height to 100% does not work, it will either stretch the div to the entire size of the document (not the visible window), or have…