Good CSS book?
- Started
- Last post
- 7 Responses
- YourClient
I know that a good topic is always covered in a series of books, but I'm looking for that one book that comes pretty close on covering most of the topic. I need a good CSS book.
- sherman0
http://www.ericmeyeroncss.com/
Anything by Eric Meyer
- heavyt0
i second that. Zeldman will tell you why to use css, Meyer tells you HOW to use css.
That book starts slow, and works up to a solid level. It is a series of projects that show you how to look at a page and disect it into css rather than tables.
It is pretty much the bible for css designers.TR1
- YourClient0
I see there are two boks, so I think I must get both of them?
- sherman0
I would love a book that is strictly about styles, classes, ids and all the attributes that one can use. Also covering the use of div tags.
Like a quick refererence or a handbook on css. any thoughts?
- ETM0
What about this reference poster from Sitepoint?
- Dancer0
Good starting point:
http://www.sitepoint.com/books/c…
- mg330
The CSS Zen Garden book is nice in an inspiring kind of way. Much of the ideas I've had over the past month or so for an all css layout came about through that book.