I'm in the middle of learning CSS and am stuck with the job of migrating a frames based design to CSS. If it is possible, what is the basic CSS technique to accomplish the following:
Assume a CSS designed page with a banner, sidebar and main content. When a link is executed off this page, how is it possible to keep the banner and sidebar the same and replace the main content with the contents of the executed link?
Appreciate any offered suggestions.