I want to create a grid layout for a webpage. It should consist of nine cells which fit exactly in the current browser window viewport. The center cell should have a fixed width and height and centered horizontally and vertically. All other cells are dynamically adjusted to fit the actual browser window size.
I would prefer a CSS only solution, maybe an open source CSS grid framework. jQuery is fine too, though.
Ok, got it myself: http://jsfiddle.net/alp82/TR6EY/
HTML:
CSS:
JS: