Fixed positioning shows how you can use position:fixed in CSS to have a grid that has a menu on the left that stays in the viewport.
Dynamic fixed positioning shows how you can use the DOM methods to only make the menu fixed when there is enough space for it
Region example shows how you can use region to create elements that either cover the area two elements have in common or the area bit enough to contain both.