I\'m attempting to build a layout that allows a flexible height header and footer, with a section in the middle consuming the remaining space. Any overflow in the middle sho
From here How to get firefox to show an auto horizontal scollbar for a div?
Firefox doesn't recognize overflow-x and overflow-y.
Instead use overflow:-moz-scrollbars-horizontal; or overflow:-moz-scrollbars-vertical;
overflow:-moz-scrollbars-horizontal;
overflow:-moz-scrollbars-vertical;