DaveC426913
Programmer
I want to make a div whose content scrolls vertically, using overflow-y:scroll. But I want the div to fill the browser window top to bottom regardless of what height the browser is, such as a low screen rez
i.e. div height=100%
This doesn't work - since the content is very large, the dive sets itself to high enough to contain *all* the content *without* scrolling.
i.e. div height=100%
This doesn't work - since the content is very large, the dive sets itself to high enough to contain *all* the content *without* scrolling.