📖 Overview
Eric Meyer on CSS presents real-world projects that demonstrate practical applications of Cascading Style Sheets. The book takes readers through 13 complete website makeovers, showing the transformation process from standard HTML to CSS-based designs.
Each project focuses on specific CSS techniques and concepts, from basic styling to complex layouts and typography. Meyer provides step-by-step instructions alongside explanations of his decision-making process and troubleshooting methods.
The projects range from simple navigation menus to complete e-commerce sites and corporate homepages. Code samples and color screenshots document each stage of development, while technical notes address browser compatibility and implementation challenges.
The book serves as both a technical reference and a broader examination of CSS design philosophy. Meyer's approach emphasizes semantic markup and progressive enhancement while demonstrating how CSS can improve both the form and function of web projects.
👀 Reviews
Readers credit this book for breaking down complex CSS concepts through practical, real-world examples and step-by-step solutions. Multiple reviewers noted the value of seeing both the "before" and "after" code alongside visual results.
Liked:
- Clear explanations of CSS positioning and layouts
- Project-based approach shows complete development process
- Code samples that work in multiple browsers
- Detailed troubleshooting guidance
Disliked:
- Some examples feel dated by current standards
- Advanced users found early chapters too basic
- Limited coverage of newer CSS3 features
- Projects focus more on design than technical depth
Ratings:
Amazon: 4.3/5 (42 reviews)
Goodreads: 4.1/5 (169 ratings)
"The examples helped me understand floats better than any other resource" - Amazon reviewer
"Great for designers transitioning from tables to CSS" - Goodreads review
"Could use more on responsive design" - Goodreads review
📚 Similar books
CSS: The Definitive Guide by David Meyer
This guide presents CSS fundamentals with practical implementations and real-world examples from basic selectors to complex layouts.
CSS Mastery by Andy Budd and Emil Björklund The book breaks down CSS architecture patterns, methodologies, and techniques used in professional web development.
HTML and CSS: Design and Build Websites by Jon Duckett Each chapter demonstrates CSS concepts through visual examples and code samples that build upon previous lessons.
CSS Secrets by Lea Verou The text reveals solutions to common CSS problems through practical coding patterns and lesser-known properties.
Professional CSS3 by Piotr Sikora This resource examines CSS3 modules, transforms, animations, and responsive design principles with code examples.
CSS Mastery by Andy Budd and Emil Björklund The book breaks down CSS architecture patterns, methodologies, and techniques used in professional web development.
HTML and CSS: Design and Build Websites by Jon Duckett Each chapter demonstrates CSS concepts through visual examples and code samples that build upon previous lessons.
CSS Secrets by Lea Verou The text reveals solutions to common CSS problems through practical coding patterns and lesser-known properties.
Professional CSS3 by Piotr Sikora This resource examines CSS3 modules, transforms, animations, and responsive design principles with code examples.
🤔 Interesting facts
🔸 Eric Meyer literally wrote the book on CSS debugging - he created the "reset stylesheet" (Meyer Reset), which became an industry standard tool for normalizing browser differences.
🔸 Before authoring this groundbreaking book in 2002, Meyer worked at Netscape Communications, helping to develop their browser's CSS support during the crucial early days of web standards.
🔸 The book pioneered the "project-based" approach to teaching CSS, walking readers through 13 real-world website makeovers rather than just listing properties and syntax.
🔸 Meyer maintains the oldest known CSS website still in operation - his personal site "meyerweb.com" has been running continuously since 1995 and documents much of CSS's evolution.
🔸 At the time this book was published, Internet Explorer 6 dominated with over 90% market share, leading Meyer to include numerous techniques for working around IE6's notorious CSS bugs.