SKIP THE SHIPPING
Use code NOSHIP during checkout to save 40% on eligible eBooks, now through January 5. Shop now.
Publishers of technology books, eBooks, and videos for creative people
Register your product to gain access to bonus material or receive a coupon.
Go beyond the mechanics of CSS to how to think in the language of web design, and avoid the common pitfalls. Full of examples and deconstruction's to aid in understanding CSS and its application. The ability to use of Cascading Style Sheets (CSS) is fast becoming a vital tool in the web professional's toolkit. But understanding how to use CSS is not intuitive--it requires a new way of thinking when it comes to building web pages. This book encourages web designers to look at the perceived limitations of the web as a new challenge to their design skills--without relying on HTML for presentation of pages. The overall theme is to instruct readers to build pages by using relative design techniques: understanding the relationship within the dynamic space of the web rather than the fixed-design "old-school" notions that have been in use for so long. The web site will include all of the files needed for the exercises and additional information of interest to web professionals including, but not limited to, recommended readings (suggested books, web sites and online articles), full-length interviews and a listing of CSS tools. www.christopher.org
Code listings from the book - Updated 12/04/02 - 76 kb -- code_listings.zip
Author Bio - 372 kb -- 0735712638a.pdf
Sample Chapter 1: "Planning and Structuring Content - 3.1 mb -- 0735712638c.pdf
Table Of Contents - 2.1 mb -- 0735712638t.pdf
Errata
Errata for the book - Posted 03/29/03 - 48 kb - Errata2638.pdf
Additional Errata
listing 4.16 should read:
.sidecol {
position: absolute;
z-index: 5;
width: 191px;
top: 200px;
left: 0;
margin: 0 22px 0 22px;
padding: 0 22px 0 22px3%;
}