vote up 9 vote down star
10

Having just finished reading David Flanagan's "Javascript: The Definitive Guide" (5th edition), I've found that it's got the best explanation I've ever seen of the core functionality of a language. He explains everything, from identifiers and expressions on up, so clearly that it's easy to visualize how every part of the language works.

I want to move on to a good CSS book now; I've learned a fair amount of CSS over the years, picked up in bits and pieces, but I'm looking for a good from-the-ground-up CSS book, akin to the aforementioned Javascript book.

flag

80% accept rate
A book? For CSS? Hisssss – Kevin Oct 14 '08 at 0:15

12 Answers

vote up 14 vote down check

Eric Meyer's Cascading Style Sheets: The Definitive Guide, it is pretty much what it says, the definitive guide.

Few other resources from Meyer too:

That guy knows his CSS!

link|flag
1  
I've read this book and found it very useful. You'll probably want a 'recipes' type of book to go with it, but this is a really good foundation book. – Eli Oct 14 '08 at 0:13
1  
Make sure you get the 3rd edition (2006), it's been updated for IE7 – Glenn Slaven Oct 14 '08 at 0:16
+1 What Eli said. I would highly recommend Meyer's meyerweb.com/eric/books/css-progref book too – Glenn Slaven Oct 14 '08 at 0:17
You may also like Meyer's Pocket Reference (ISBN 0596515057). It has all the core information you need, and is indeed pocket-sized. – Jeroen Heijmans Oct 31 '08 at 12:58
vote up 5 vote down

My two recommendations:

link|flag
vote up 4 vote down

Not the best in purely technical terms, but by far the best inspirationally, is the book version of CSS Zen Garden - available in the usual places

The website is here

http://www.csszengarden.com/

link|flag
vote up 2 vote down

Id like to suggest CSS: The Missing Manual. Its written in a tutorial style and useful for incremental learning.

link|flag
vote up 2 vote down

If you're going to be working with CSS you'll probably need 2 books - one to teach you how it works and one to use as a reference. I thought Head First HTML with CSS & XHTML was a good book to learn how CSS works, but it's the kind of book you'd read once and then never look at again. If I was working with CSS regularly I'd also want to pick up something that I could use as a reference like the Definitive Guide.

link|flag
The Head First series of books is really good at explaining the basics to people who have no background in whatever area they are learning about. A bit cheesy at first, but it makes the read very enjoyable. Highly recommended :) – thebrokencube Jul 7 at 15:51
vote up 1 vote down

How about CSS: The Definitive Guide ?

link|flag
vote up 1 vote down

SitePoint CSS Reference - Good reference and it's online

link|flag
vote up 1 vote down

I found Eric Meyer's books useful, especially the ...Eric Meyer on CSS books.

Another one that I like even more is Dan Cederholm's book Bulletproof Web Design, Second Edition

link|flag
vote up 0 vote down

I have many CSS books but no single one covers the topic completely for someone just starting out. I would suggest a good reference book and one or more tutorial books.

For the reference book, you can't beat CSS: The Definitive Guide 3rd Edition from O'Reilly. It covers the topic from start to finish and is very complete. I refer to it on every project because it is just a great reference book.

For the tutorial book I would suggest More Eric Meyer on CSS from New Riders, and the earlier Eric Meyer on CSS (although the first one is a bit dated at this point). These are written as tutorials with each chapter covering a particular project that introduces you to different aspects of CSS. I found that I got a lot out of these two when I was learning CSS because the projects connected the dots for me in a way that a reference doesn't attempt to do.

link|flag
vote up 0 vote down

The above mentioned "CSS: The Definitive Guide" is very good and I refer to it often.

Another from-the-ground-up book that is excellent is "Beginning CSS Web Development: From Novice to Professional", by Simon Collison.

link|flag
vote up 0 vote down

While I know the best answer has been selected, I'm surprised no one mentioned CSS Mastery which I personally find to be the best book on CSS techniques. I have never been a fan of the Eric Meyer CSS books, just didn't speak to me well (the content was great though).

link|flag
vote up 0 vote down

You might want to check out the 10 Best Books on HTML & CSS at bestbooktop10.com.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.