A Two-column Fixed-Width Floated-column Layout (Exercise 19 with Exercise 14 nav added)
This is a two-column fixed-width Floated column layout, centered in the browser window. This is one method of centering a layout.
Web designers like this kind of layout because it gives them more control over the presentation of information.
We can style the navigation to look however we'd like.
The navigation shown on this page is styled from the CSS Cookbook by Christopher Schmitt
And this is an excellent example of a two-column fixed-width layout, centered in the browser window. This shows one method of dividing up the contents of the page using HTML divs and Cascading Style Sheets.
Can you modify the CSS for this navigation scheme to fit this layout? Try it!
CSS filename: two-columnfixed-nav.css