I\'m trying to make following layout:
+-------------------------------------------------+ | Header + search (Twitter navbar) |
I know it's late in the day but might help someone else!
body,html { height: 100%; } .contentarea { /* * replace 160px with the sum of height of all other divs * inc padding, margins etc */ min-height: calc(100% - 160px); }