I am trying to create a page template that does the following.
The page is two columns:
- The Left Column is a static box with links to pages.
- The Right Column is has boxes/pages of content (a page for each link on the left)
Well if you didn't want any scrolling you could wrap your content on the right inside a containing div and assign that to have css of overflow:hidden. Then you'd have to use javascript to move the inside content around. If you can have scrolling though which from your mock-up would actually help your page- you could just make each div an anchor and use javascript to animated the the window scroll like this:
Bookmarks