overflow:auto - display:table - table-layout:fixed works different in browsers

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • TomErnst
    New Member
    • Jun 2015
    • 1

    overflow:auto - display:table - table-layout:fixed works different in browsers

    After long research I found a proposed solution for my requirements, which sadly works correctly only in Chrome and Opera, but not in IE and Firefox (didn't test other browsers until now):
    I want to have a full-browser-window display with fixed header, fixed footer, fixed middle-left, fixed middle-right, variable (by resizing browser window) center, where the center shall show scrollbars on overflow.

    In IE and Firefox the vertical scrollbars appear at the browser window, not at the center div *sobs*

    I placed the minimized HTML at Fiddle, you can test it there - please try it with different browsers.

    Help very much appreciated, thanks in advance.
    Last edited by TomErnst; Jun 12 '15, 07:20 AM. Reason: forgot a detail spec
Working...