I have a design with a outer container div and a number of child divs.
I want to last of the child divs to expand in height to fill in all remaining space whenever the browser resizes. This last child div can have content which is longer and therefore needs a scroll bar.
is this doable with only css, or does javascript have to be applied?