Hour 16: Page Layout in CSS
Proper use of layout to position content on the visible page is essential to creating effective Web designs. Through the proper use of layout, Web pages can be broken down into visually distinct sections, columns, and boxes. Cascading Style Sheets offer an alternative to traditional <table>-based HTML design, in the form of properties that can create page layouts.
In this hour, you'll learn
- Which types of properties allow you to change the layout of the page
- How to design around a common browser that poorly supports layout properties
- The types of positioning schemes available for placing a display box on the screen
- How to place an HTML element in relation to its containing box
- How to move an HTML element relative to its original position
- How to fix an HTML element on the screen, even if the page scrolls
- How to float content of any type on the right or left of its containing box so that text wraps around the side of it
Sample Code
You can download the sample code from each hour as one package or individual files.
- Download all [28K tar.gz file]
- Listing 16.1 [HTML]
- K logo for bookstore [GIF format]
- Proprietor picture for bookstore [JPEG format]
- Listing 16.2 [HTML]
- Listing 16.3 [CSS]
- Listing 16.2 with style sheet 16.3 [HTML]
- Listing 16.4 [CSS]
- Listing 16.2 with style sheet 16.4 [HTML]
- Listing 16.5 [CSS]
- Listing 16.2 with style sheet 16.5 [HTML]
- Listing 16.6 [HTML]
- Listing 16.7 [CSS]
- Listing 16.6 with style sheet 16.7 [HTML]
- Listing 16.8 [CSS]
- Listing 16.6 with style sheet 16.8 [HTML]
- Listing 16.9 [CSS]
- Listing 16.6 with style sheet 16.9 [HTML]
- Listing 16.10 [CSS]
- Listing 16.6 with style sheet 16.10 [HTML]
- Listing 16.11 [HTML]
- Picture of dog for float demo [JPEG format]
- Listing 16.12 [CSS]
- Listing 16.1 with style sheet 16.12 [HTML]
Web Links
These are the links presented in this hour, given here for easy reference.
- You Are Being Lied To, by disinfo.com
- Northern Gothic by Nick Mamatas
- Whiteout and Whiteout: Melt graphic novels
- Noam Chomsky
- Tibetan Mastiffs
Updates and Errata
There are currently no updates to this hour's content.