Rule of thumb - if you\'re messing with CSS too much in your layouts, switch to a framework. I\'ve been going over the dozens of grid/layout frameworks out there and most of the
I don't think you should need to use a framework, especially if you're not familiar with them and are having trouble. If you just set the different views to overflow:scroll, you should be able too create what you describe in that image. Another thing you could do is set an iframe to each view like what the Javadocs do.