Here are the examples for Chapter 9, which looks at how to create page layouts.
| ch09_eg01.html | Liquid layout using percentages |
| ch09_eg02.html | Fixed width layout using pixels |
| ch09_eg03.html | A fixed width vertical grid |
| ch09_eg04.html | A fixed width three column layout |
| ch09_eg05.html | A fixed width two column layout |
| ch09_eg06.html | A fixed width four column layout |
| ch09_eg07.html | Complex fixed width layouts |
| ch09_eg08.html | A liquid three column layout |
| ch09_eg09.html | A liquid layout with min-width and max-width |
| ch09_eg10.html | Backgrounds that reach the bottoms of pages |
| exercise2.html | Recreating a layout |