If you are looking to learn CSS or just have a guide book, go elsewhere. As a reference book, this would be a good buy.
As someone previously familiar with CSS, and fluent in a slew of other web based languages I needed a book that had all of the information I needed about CSS so I didn't have to troll the web everytime I ran into a problem. Well, this book is it. Eric Meyer is known for being the man at CSS and this book is well written and concise. I'd recommend it to anyone using CSS, fluent or not.
Even better, this has the information that HTML books tend to forget. Most mention HTML STYLE="" options in various of the formatting tags. None of the HTML books I've seen tell you what to put between the quotes. This book take the place of the chapter that should have been in my HTML book, but isn't.
What it is...
A really good, thorough, reference book on CSS2. This guy knows his stuff and presents it clearly and without any clutter. It is laid out so you can easily find every element, property, and atribute there is. Sure you could go to the World Wide Web Consortium's web site for the info, but when you're in the middle of coding - a good REFERENCE book is still tops for getting info fast. And in my opinion, the layout of the book makes more sense than the w3's web site (though it is valuable too).
To those just starting with CSS-
This book may be hard to grasp at first. Buy it anyway. Find a few web sites to get the basics down because this will be the book you'll want to have after your first week, when what you need is a reference and not a dumbed down overworded tutorial with examples that don't fit your application anyway.
Of course, it IS a reference volume - not an introduction. Therefore (as some reviewers note) even the introductory material is not sufficiently elementary for the novice. The word REFERENCE is in the title, however, so I don't fault this book for not providing what it didn't promise to provide. So, beginners, feel free to buy the book now - because you'll want it to refer to. But get your grounding in a more basic book. Meyer's 2000 "Cascading Style Sheets: The Definitive Guide" could use its second edition, but is a great way to begin when you have this "Reference" volume to check the latest info on CSS and browsers supported.
And, if you're need persuading to minimize your HTML and move forward with Style Sheets, at least skim the first couple chapters of Owen Briggs. et al.'s "Cascading Style Sheets: Separating Content from Presentation" (ISBN 1904151043 ) They quickly helped me see why not to waste time and power on mere HTML when I'm involved in a complex web site - especiallly when growth and adaptations are planned over the years.
Unfortunately there are very few illustrations or screen shots to help you grasp difficult ideas, which sometimes results in long and wordy descriptions of the various properties. I found myself skimming over such busy paragraphs because I knew the idea they were trying to describe, but anyone unfamiliar with the ideas may find themselves getting frustrated trying to work out exactly what it is that is being said. A few more well placed illustrations would have made it easier to use.
Another thing that annoyed me was the repetition of paragraphs while detailing the properties. While I can understand the need to repeat the paragraphs (after all, it is a reference book!), it did get rather tired, particularly when looking up related properties or attributes.
Despite these little annoyances, it makes an ideal quick reference book. The headings and text are clear, the pages easy to scan and alphabetical ordering makes it easy to find attributes by name. There is no obvious distinction between CSS1 and CSS2, but important differences in implementation of the two are pointed out when relevant.
Every CSS rule is covered, including print and aural rules. Each rule is given a sophisticated explanation and a few examples. I have several books on CSS, but none come close to explaining the details of each rule as well as Mr Meyer's work.
I always have my copy with me when styling pages. The book is quite small, which means it can happily sit on the desk with the keyboard where can be accessed easily.
I VERY strongly recommend that designers have a copy. It is particularly important for those who use CSS frequently.
My two biggest complaints are that 1) he doesn't define his terms well before he uses them in context and 2) the book has virtually no examples of what it's talking about.
Chapter 1 is called "Basic CSS Concepts," but rather than laying out a whole framework and big-picture vision of how CSS works, he just plunges straight into specific commands immediately and stays at that granular level of detail throughout the book. It was terribly annoying that essential terms and concepts weren't really explained clearly up front; he just starts using terms specific to CSS without adequately defining them. It may become clear several pages later, but I found myself constantly wondering what the heck he was talking about.
Visual examples would have helped tremendously, but there are virtually none. It's a pretty hard to learn what is essentially a language for visual display in purely conceptual examples of lines of code. No screenshots anywhere in the book of how the effects that he's describing will be rendered in a browser. For that matter, he rarely even has large blocks of code so you can see how a series of commands he's talking about flow and function when strung together. Instead, it's just individual samples of commands, one line of code at a time. I don't know how I missed this when I flipped thru the book at a bookstore.
I learned HTML primarily from Dave Taylor's "Creating Cool HTML 4," which I found, breezy, conversational and easy to read. By comparison, Meyer's CSS book reads like a physics text book.
I've now bought Keith Schengili-Roberts's "Core CSS," which I haven't yet started reading, but at least I can see it has lots of sample screenshots, and he seems to take his time more explaining what he's talking about (it's a much bigger book, in format and pages, and twice the price).
The opinions expressed above are personal and do not represent Mr. Sobkoviak's employers or clients.
This book is the natural sequel to "Cascading Style Sheets: The Definitive Guide" and lists the CSS2 properties and values, combined with important information to each feature.
As each Eric Meyer book, it is clear, precise and competent.
This is no tutorial, but it is a fine reference. I don't think I will be fair if I don't give it at least 4 stars, and I'm not really sure theres a good reason not giving it 5, so...
While this book is not the place to start for a CSS newcomer (that would be Eric's other book!), it is the place to come for making sure you have the right property for the right browser, and for the right media.
Well done!
Eric's experience in the application of this advanced technique and his participation in the Web community is expressed in the organization and clarity of this book. No hand-holding tutorials here, just the facts and the context which gives those facts meaning.
And if that is not compact enough for you, Chapter 8 "CSS2 Quick Reference," condenses the material even more. Also handy is the lengthy chart on browser compatibility.
I can only fault the book for not going beyond its purpose. That is, the book covers the CSS specification properties only. In particular, styles implemented by Internet Explorer, which may be extremely handy yet not officially approved, are not covered.