Is it possible to have a div auto-stretch in height without using javascript? For example Lock a div to the top of the browser window, and one to the bottom, then have the middle one auto-stretch depending (based on browser window size)
Sure, simply create 3 divs and float and clear each of the divs. Give the top and bottom divs a fixed height in px e.g. 100px and then the middle div a height of 100%