Subject: | Filling remainder of height |
Posted by: | Jason Carlton (jwcarlt…@gmail.com) |
Date: | Fri, 6 Nov 2009 |
This should be simple, but I can't get it to work so I know that I'm
overlooking something.
I have an element that has height="100%". Nested inside of this
element, I have 3 more elements.
If the height of the first 2 elements are set dynamically, then how do
I make the 3rd element fill up the remaining height? Setting it to
height="100%" used to work on older browsers, and still works on IE8,
but not on FF.
TIA,
Jason