rank trend

The CSS Anthology: 101 Essential Tips, Tricks & Hacks

by Rachel Andrew
Released 2007-08-14
Buy it from AmazonNew for $26.37

52 Reviews

Sort by: Most Helpful ▲ Date Rating

5 stars Fine Intro to CSS Solutions

2005-01-26     79 of 80 found this review helpful

My guess is that there are many hundreds, if not thousands, of web designers who continue to build sites and web applications using "old-fashioned" tables and HTML layout formatting instead of CSS (Cascading Style Sheets). I'm one of them. The problem is that the modern trend is away from HTML table and layout formatting and towards newer standards-compliant means. The protocols and standards of the World Wide Web are evolving towards "cleaner" code, more standardized code, and more capable code, generally guided by principles and standards set by the World Wide Web Consortium, known as W3C.

In the book, "The CSS Anthology: 101 Essential Tips, Tricks, and Hacks", author Rachel Andrew provides an easy way for hold-outs to ease into CSS design. This is not a treatise or concept-minded book, but a practical introduction and guide to putting CSS to immediate use in real-world contexts that every web designer is already familiar with. The author shows how to use CSS to style text, format headings and images, create navigation, style forms and user interfaces, and work with browser-compatibility issues.

Andrew is a working web designer and applications designer and presents the material in a very straightforward practical manner - almost as if the reader was following along at a workshop. The writing is clear, all examples are illustrated with relevant code samples, and she offers the insights of an experienced professional regarding everyday problems and solutions.

The book is composed of a preface, nine chapters, and an index. Chapter 1 is an introduction to CSS showing why it is replacing HTML table and layout formatting, and the basic concepts of CSS. The other chapters are set up in a "problem/solution" format where various design issues - text styling, image layout, etc. - are presented and solved by adept usage of CSS.

Even readers who have never paid much attention to CSS will quickly get a useful, working sense of how it is used and how to use it immediately themselves. Although CSS is yet another language to learn, Andrew presents it in such a way that it seems like it is an easy learn. And it demonstrably is, as here, easy to use.

The best parts of the book are the designer tips from an experienced code-writer on how to work with code across different browsers and platforms, and how to understand that browsers have two modes of parsing - a compliant mode and a "quirks" mode. Some browsers, she shows, just have "quirks", especially Microsoft's Internet Explorer. (Surprise!). Although all the CSS tags necessary to illustrate the solutions presented here are shown, a list or chart of most commonly used CSS tags would have been helpful here. Downloadable code for all of the book's examples are available at the publisher's website - www.sitepoint.com/books/cssant1.

This is a very nice book to transition to CSS and current web standards-compliant code.

5 stars Recipe oriented approach to CSS

2004-12-29     59 of 62 found this review helpful

This book takes a cookbook approach to organizing CSS best practice information. It has 101 problems that it presents which it then fixes with tips and tricks designed to work in a cross platform setting.

There are a lot of CSS books on the market. This book stands out in the field because of it's real world examples and practical advice. So many books have esoteric examples of pages you would never find in the wild. This book has elegant examples that show you not only what you can do, but also guide you towards what you should do.

Well written with lots of example code and screenshots. You will need to know CSS before you pick this book up.

5 stars No more frustration

2005-08-30     22 of 23 found this review helpful

This is a great book on CSS. I bought it on the strength of the reviews here, and I was not at all disappointed.

I am a developer by trade, and while I've had some experience with web design through various past projects, I've done very little with CSS. Laying web pages out in tables was what I knew, and so that's how I did it. Occasionally, I would use CSS to pull some of the markup out of the HTML so I didn't have to reuse it, but I never really leveraged (or understood) the power of CSS. This book changed a lot of that.

Within days of receiving this book, I started a couple new web projects. The first was a new website, and I got the opportunity to put a lot of the fantastic recipes to work, modifying them to suit my needs. The second web project involved taking a pre-existing web module (built with heavy CSS usage) and using it as a template for a new web system. The two systems were very different (the first was a news/content site and the system being built was a web application), so there were a lot of modifications that needed to be made, while keeping the general look and feel of the original site.

If this book was just recipes, I would have had a hard time with the second task. But because book goes into explanations of why the recipies work, breaking each recipe out into a series of steps with exposition of each, I was able to reuse concepts rather than just recipes.

As I mentioned before, I had a little CSS experience before reading this book. I was familiar with HTML, but I have never been a designer, and it has been a few years since I've really built a website. I feel this book got me back up to speed quickly, and I would recommend this book to anyone wanting to familiarize themselves with CSS.

5 stars Fills the how-do-I-do-that niche very well

2005-08-01     15 of 15 found this review helpful

I don't write alot of reviews, but I need to comment on this book. There are plenty of CSS books available, but I really appreciate this one. Here's why: This book "breaks down the wall" that you will eventually hit while coding something up and need an answer fast.

You know the feeling, you're in the zone, and you really don't want to stop for a half-hour google search and work with someone's wacky code. No need to do that with this book by your side. Pop open to the TOC and you'll likely find exactly what you need. My example from this past weekend: I wanted to find some quick code to allow me to highlight form fields as the user is in them, open the book and the author gives you the CSS. She quickly points out that the CSS only works in Firefox (currently), so she gives us the Javascript, too!


As someone who is (much) more of a programmer than a designer, I highly recommend this book. It has saved me several times in the past few days, well worth the cost.

5 stars excellent reference manual

2005-04-18     15 of 15 found this review helpful

The book is an excellent reference manual that you will find yourself referring back to time and again. Got a CSS problem? Scan the table of contents for a match, and I'll bet you'll find your answer.

I have been writing web applications since the mid nineties, so I am very familiar with HTML. Until recently, I have been using CSS mostly for text formatting. Positioning and layout has been left to tables. We are starting a new project so I started looking into CSS more closely so we could create XHTML 1.1 compliant pages. I started with a few CSS reference books, but they didn't help. Then I tried CSS Zen Garden. While the book contains interesting web design information, it does really help someone looking for how-to information. The CSS Anthology was my third try and it was just what I was looking for.

Rachel's book is also a very easy read with a lot of screen captures. I was able to finish the book in a few hours, and I tend not to be a fast reader.

4 stars A useful member of your CSS library

2004-12-29     14 of 14 found this review helpful

This book is a useful complement to the other members of my XHTML / CSS library. That is to say that no one book, including this one, provides a complete solution to the problem of learning and using CSS.

By way of illustration, my CSS library already contains a so-called "definitive guide" that provides excellent, albeit somewhat spare and dry, descriptions of every single CSS selector and property. The problem is that while this definitive guide is a useful reference, it seldom illustrates how to use CSS to achieve many common formatting effects. I'm thus obliged to wade through the descriptions of several CSS selectors and properties in a search for the ones that will allow me to achieve my rather simple presentational goals.

This is where the CSS Anthology's example-driven format excels. The vast majority of the book's sections are titled "How do I...?", followed by a straightforward illustration of how to use CSS to achieve a specific sort of output; the examples include some sophisticated and advanced effects that go well beyond my simple requirements.

The CSS Anthology also provides an extremely understandable description of how and why various types and versions of browsers do or do not process standards-based CSS properly. Having gone numb trying to assimilate the information contained in the sprawling browser compatibility tables found in other more comprehensive reference books, I found the CSS Anthology to be refreshing in its straightforward, understandable summation of browser compatibility issues and possible workarounds.

In summary, I would recommend the CSS Anthology as one of the members of your CSS reference library. Note, however, that you'll most likely also want to obtain a complementary reference book for a more definitive guide to the nits and bits of all the CSS selector and property elements; the CSS Anthology does not pretend to be a definitive reference guide.

2 stars Mostly basic info for pure beginners

2006-03-20     13 of 21 found this review helpful

Unless you are a complete beginner to CSS, you will probably be as disappointed with this book as I was. I am no expert on CSS having done only a few pages with it, but I already felt that I was beyond the level of this book. It does have some useful tips and techniques, but not very many that are beyond what is readily available with free on-line tutorials that can be found by googling. It also frequently takes several pages to explain basic topics that need no more than a page. Except for the few notes I've taken from the book, I doubt that I'll refer to it much.

5 stars Stuck? Get your answers here

2005-03-06     12 of 13 found this review helpful

This book is for CSS haters, people frustrated with CSS, and those making the transition to CSS-based design. Other resources are better served for those who haven't touched an inkling of CSS. Once you have basic grounding in CSS, then come back to this one.

Like the title implies, it's true you don't have to read the book from front to back; however, it flows well so it is possible to read it cover-to-cover. The introduction indicates the book is not a tutorial. The first chapter uses a different format from the rest of the book and provides a CSS refresher. The chapter is also useful for getting your CSS vocabulary straight with its describing CSS selectors, tag selectors, pseudo-class selectors, and class selectors.

Every item in the book begins with "How do I...?" with the solution following. Tips, important notes, and warnings are sprinkled throughout the chapters. The book's layout is friendly for scanning and finding what you need. Screen shots and sample code support the content to help those who appreciate visual aids.

A good way to use the book is while you're working on a site and you get stuck. For instance, you're working on a form. In the old days, many of us used two-column tables to organize the form. You want to do the same thing with CSS. Here you would refer to Chapter 6: Forms and User Interfaces and check out "How do I lay out a two-column form using CSS instead of a table?" Or use the index to look up "forms" and underneath is "two-column forms."

Andrew also helps you create CSS drop-down menus, something I don't encourage because it's problematic in many ways. Even so, I've written articles showing how to do this because it's a foundation for designing with advanced CSS techniques and helps you become more comfortable with CSS.

[...] That's generous considering there are nine chapters in the book. Plus, the site has the codes from the book for downloading. What about the rest? Yes, it's worth it because the later chapters cover forms, CSS positioning (a biggie especially for designers struggling to drop the table habit), and techniques such as creating rounded corners with CSS that works across browsers.

The announcement of IE 7 coming out late this year will have little impact on the book except in the areas covering browser-specific issues. It depends on what Microsoft does with the new version of IE. I suspect Andrew will release a new edition when the time is right. Meanwhile, right now is a great time to get this handy book.

5 stars Outstanding CSS Book

2005-05-18     11 of 11 found this review helpful

I love this book!!!

Bringing a writing style and book layout that is rarely found in computer books, I find Rachel Andrew's "The CSS Anthology: 101 Essential Tips, Tricks & Hacks" to be required reading by any and all CSS developers.

Broken up into 9 different sections, Rachel goes beyond just the basics of using CSS to set colors, fonts, etc and really delves into the main power of CSS which so many other books only lightly touch upon: positioning of elements on your web page.

Keeping this in mind, Rachel's book is not meant to be a lecture, but a 'cookbook' where she outlines different problems and then shows how CSS can be used to solve these problems and produce a solid looking web page.

I would recommend any web developer to pick up a copy of Ms. Andrew's book. You would be hard pressed to find a book better written then this one and I guarantee you will not be disappointed!

***** HIGHLY RECOMMENDED

5 stars Some Book ...

2005-10-16     10 of 11 found this review helpful

Now, this is a book that other authors will envy. There's no blah-blah - only brief and clear instructions on how to achieve something specific. Aw, if only all books were written like this one. Yes, it's "only" slightly under 400 pages, but believe me, other authors would have put the same information into 600-700 pages.

On the first day I used this book, it has given me 5 immediate solutions for my own site. So it was well worth the money. Buy this, and you'll have a quick, readable reference guide for the most common problems.

5 stars A good source for burgeoning web page designers.

2005-04-21     9 of 9 found this review helpful

This is an "how to" for people who can at least write limited HTML and want to improve their skill in using CSS.

To take full advantage of this you should: (1) be able to author an HTML page and have some understanding of CSS - (2) the publisher maintains a page where you download the book's CSS snippets but you must buy the book from them to get access to it. Typing the HTML in by hand is instructive for those who want to improve their skill. For others, if you value your time, downloading the snippets from the publisher is a time-saver.

In summary, it is one of the top sources for practical info on the craft by one of the leading experts. It is not a book to learn HTML and CSS but more for the intermediate level person. You will be buying very practical, hard won knowledge at a bargain price but it is only valuable if you design or plan to design web pages. Many designers really need this if they want to save time and money in their craft.

5 stars For a pragmatic usage

2006-05-12     8 of 8 found this review helpful

Let's be objective, all the books following a "theorical" approach of CSS failed. The website (w3c) is not very clear, the syntax is all but easy to remember and - above all - browsers were designed by integrating their own view of CSS ; view that is sometimes far from the original w3c specs, we have to cope with w3c implementations (centering vertically you said?).

I spent a tremendous time on the net and in various books to find a solution to common problems, hardened by the differences between browsers.

This book always answered my questions ; sometimes it was not exactly the answer I was looking for, but among the 101 recipes, I always found something near enough to guide me towards a correct result.

Initially I was reluctant to purchase a developer book made of recipes. Nevertheless, I must admit this one fits the needs, it deserves all his 5 stars.

4 stars The CSS Anthology

2005-09-30     7 of 9 found this review helpful

Very helpful book. It's great to know the theory, but with all the bugs and hacks involved with getting designs to work properly in all the browsers, web professionals need to get to the nitty gritty of simply making it work. The CSS Anthlogy provides a great "how do I" format that anyone can appreciate when a project is due and sifting through all the online info will takes years. Highly recommended resource!

5 stars Plain and Simple

2005-09-12     6 of 8 found this review helpful

This is an excellent book that covers most of the basic css applications used for websites. Very easy to read and find what you are looking for.

It stays in my breifcase at all times for a reference book.

5 stars True to every word of its title

2005-01-03     6 of 6 found this review helpful

True to every word of its title, the book is a treasure trove for all using or contemplating using CSS. The writing style of the book adjusts itself very nicely to the varying needs of the reader that may be at different levels of engagement with CSS. Beginners will find immense value in experiences the author shares working with a specific problem while the advanced users will find suggested work-around and tips very helpful.

Layout of the book though stated as problem statements or questions, covers all aspects one needs to know in relation to the CSS application in context. Each question is followed by a "solution" and a "discussion" section. While the "solution" provides a quick answer to your problem, the "discussion" section provides all the basics one needs to know in relation to the CSS application being discussed. Author's note that appears as a "note" or a "tip" is reflective of her wide practical experience, offering value that is only gained through experience.

CSS topics have been sufficiently covered providing just right information and working examples. There is also a good introduction on some practices in relation to cross-browser testing. Advanced topics like CSS positioning and layout are presented in an easy to follow tasks. There is no doubt in my mind that some of the sections can also provide good insights in what all is possible with CSS. In summary this is a highly recommended desktop reference if you work with or are contemplating using CSS.

1 stars Waste of money

2006-12-19     5 of 17 found this review helpful

No good for a beginner and irrelevant for the more experienced.
In the form of a series of questions and answers. It's neither a tutorial nor a desktop reference.
If you need to learn CSS try Eric Meyer's "Cascading Style Sheets, the Definitive Guide" and Charlie Wyke-Smith's "Stylin' with CSS".

5 stars This should be on your reference shelf

2006-05-27     5 of 5 found this review helpful

If you know CSS, but aren't expert yet, this book should be one of the first purchases you make.
Issues such as browser support and accessibility should be important to designers and this book answers a lot of the issues. I'd strongly recommend this book to anyone who wants to develop sites using CSS correctly.

5 stars This book is essential!

2005-05-03     5 of 9 found this review helpful

Everything works just like it is supposed to. You will be immediately productive...and learn a few things too.

5 stars Extremely Practical

2005-02-14     5 of 5 found this review helpful

I rarely give reviews, but CSS Anthology is so well written I had to add one. My main background is programming, with only a bit of CSS experience, picked up from studying source code and on-line tutorials.

Ms. Andrew fills the book with practical, usable examples - from designing 2 or 3 column layouts without tables, to formatting data tables and input controls -- all told over 100 pieces of code, fully worked out and not just 2-3 line snippets. She clearly explains all these examples. The 1st 2 chapters begin at an easy level, with basic styling, and she uses these as a basis for the more complex designs that follow.

If you've read of the amount of work developers of web application servers like Plone put into their CSS design and wanted to understand their choices, this book will be a great aid.

5 stars Clear and Concise; Excellent CSS Resource

2006-06-21     4 of 4 found this review helpful

I have been dabbling with css for the last couple of years. I have primarily used it with HTML selectors. Now, I want to make a complete transition to CSS. My issues with css are these: navigation aids, browser support, and positioning and layout. My goal is to design web sites without tables that will display properly in all browsers.

This books starts out with basic css. I quickly reviewed the first few chapters. The chapters I got the most from were Forms and User Interfaces, Browser and Device Support, and, my favorite, CSS Positioning and Layout.

This book is set up very nicely. There is a question (for example, "How do I create a fixed-width, centered, two-column layout?") followed by a solution and then a discussion. The code for the css and html files are presented in the discussion section. Better yet, all the files can be downloaded from sitepoint.com. And then the solution section discusses the code point by point. My method was to open the html file in my browser and also in notepad. I also opened the css in notepad. I deleted all the code that I wanted to learn (leaving the html tags and the content). I then recreated the web page by writing the css file and linking it to the html file and modifying the file. For me, this was a good way to learn.

For any web designer that is learning css, relying too much on html tables and wants to transition to css, this is a book you should have.

4 stars Great Book! I'm a beginner!

2006-02-19     3 of 6 found this review helpful

This book has opened my eyes to the world of css. 101 has enabled me to update my site and have few problems. 101 has been a great reference and this book will always be near my computer. Now I need to find a great mysql book for beginners.

2 stars So Far...Not Very Good

2008-06-29     2 of 3 found this review helpful

After reading two great Sitepoint books* cover to cover and returning to them again and again, I thought "The CSS Anthology" would be another good purchase.

Unfortunately, this book makes learning web design as frustrating as the other two books made it easy. I'm on the verge of returning it.

The writing is not as simple, clever or memorable (important in a How-to) as the other books. Instead, the author tends to complicate rather simple concepts and blur the lines between topics.

I'm at about an intermediate level with CSS. The few solutions here that aren't too basic are hopelessly complicated by bad writing. It is easy to waste a day trying to get something from this book to work, simply because the subject was not well presented.

Because "The CSS Anthology" is not designed to be read straight through- I find myself using internet tutorials to find the same information. Not only do the Internet solutions tend to work better, they're easier to find and easier to understand.

I'll probably try to get my money back. Skip this one from the Sitepoint library.

*"Build Your Own Websites the Right Way Using HTML & CSS" and "The Principles of Beautiful Web Design"- Both excellent for beginners

5 stars Sorta cheesy lookin' but WOW

2007-11-10     2 of 2 found this review helpful

This is what I've been looking for. It just took me ten books to get here. Simple problem-solution format. With tons of examples and source code online. No pandering to noobs, but not written to exclude them, either.
I'm the kind that likes to go right into a project and learn the technologies as I go. I've done a bunch of websites using WYSIWYG editors and got to the point I needed to work the code myself. I checked into current standards and learned about XHTML and CSS. Rather than just modify existing projects, I started fresh and followed standards from the get go.
But since I don't read books on languages or technologies from cover to cover (does anyone?), I need a book that lists possible problems and real solutions. Not pointers to go back and read half a dozen chapters in some "learn over a weekend or a lifetime" kinda thing. This is that book.
My current project needed non-java menus that gave the web2.0 kinda look. Bingo! Here tis.
If you do CSS, you'll find this book useful. CSS reminds me of JCL in that there's no logic involved, just a lot of memorization. This will help when you forget - or never read it in the first place.
Good book - well org'ed.

5 stars An essential book for all CSS users

2006-11-05     2 of 2 found this review helpful

This book has received countless positive reviews already, and I agree with all the rave reviews. Although I have not time to put all the techniques, tips, tricks, & hacks to use yet, they will all come in handy when time comes for me to use them. I particular like the chapter on the hacks. I learned much from it.

I did read the book cover to cover, and I thought that Rachel Andrew is a good writer for this sort of books. For people who don't care for excessively technical books and still can learn some valuable things (within the subject matter, of course), this book is an easy read . . . not dry, and boring (and therefore increases the challenge for full comprehension). I will consider buying other tech books Ms. Andrew authors since I like her writing style. I will consider buying other Site Point books too.

4 stars Tips, tricks and hacks

2006-08-18     2 of 2 found this review helpful

You have to already know and understand CSS. There is a small introduction, but after that, 101 "How do I..?" Perfect book if you are alredy familiar with the subject.

5 stars Good Book

2006-08-17     2 of 2 found this review helpful

Very objective reference about CSS. The book has a small introduction on CSS's Structure and part immediately for practical examples.

The subjects are boarded in the book: Positioning CSS, columns in CSS, creation of alternative style, forms presentation, presentation and interaction of tabular data, effects in links, lists effects and image positioning.

I liked a lot of the book structure. It is divided into questions and answers and provides the sensation that you are talking directly with the author. Each question is followed by the solution and some has discussion. The discussion even deepens the subject carrying to the extra reader knowledges as problems with browsers, other properties values, codes optimization and hacks. Most answers own very interesting examples with simple and complex structures

The book chapters are divided by elements HTML and CSS's special techniques. Each starts with a brief introduction on the subject and then it goes to the questions and solutions about the main needs to webdesigner. The book also owns some JavaScripts who complete the needs to interaction.

Portuguese:
Referência muito objetiva sobre CSS. O livro tem uma pequena introdução sobre a estrutura do CSS e parte imediatamente para exemplos práticos.

Os seguintes assuntos são abordados no livro: posicionamento CSS, colunas em CSS, criação de folhas de estilo alternativas, apresentação de formulários, apresentação e interação de dados tabulares, efeitos em links, listas posicionamento de imagens.

Gostei muito da estrutura do livro. Ele é dividido em perguntas e respostas e proporciona a sensação de que você está falando diretamente com o autor. Cada pergunta é seguida da solução e algumas tem discussão. A discussão aprofunda ainda mais o assunto levando ao leitor conhecimentos extras como problemas com browsers, outras valores de propriedades, otimização de códigos e hacks. A maioria das respostas possuem exemplos bem interessantes com estruturas simples e complexas

Os capítulos do livro são divididos por elementos HTML e técnicas especiais do CSS. Cada começa com uma breve introdução sobre o assunto e depois vai para as perguntas e soluções sobre as principais necessidades do webdesigner. O livro também possui alguns JavaScripts que completam as necessidades de interação.

5 stars A Great Guide to Get You Started in CSS!

2006-03-21     2 of 15 found this review helpful

Check out the sites I designed using this book as a reference: http://rainiersupply.com and http://tudorwebdesign.com .

5 stars Great Book

2006-02-23     2 of 7 found this review helpful

Great book! I immediately began adding these solutions to my websites. This is one of the books I will keep for reference to reuse the code solutions in my websites.

2 stars A Good Guide With Poor Planning

2008-06-06     1 of 1 found this review helpful

This book has some good examples, and the way that the author describes the code is very well done. I question the overall value of this book, though, because this book is designed with neither the beginner, nor the advanced user in mind.

Ms. Andrews begins her book by making an incredibly quick overview of how CSS works and what it's for, but by no means explains it in enough detail for a beginner to really catch on. As she progresses through the question and answer format, she will quickly lose whatever intended audience she thought she had: the first half of the book is painfully simple, the second half is too advanced for the beginners, and probably too basic for advanced users.

It is difficult to use the guide as a direct reference because of it's format...an unfortunate problem that comes of the way she chose to write this book.

While I do feel that this guide increased my knowledge of CSS, I can't say that the few little tricks I learned were necessarily worth the money I spent on the guide, and that serious users should consider another option.

4 stars Very helpful book

2008-05-21     1 of 1 found this review helpful

I am a web designer by career. And when our company began moving into CSS, I thought I'd better find some good books. This one was fantastic. It's filled with a lot of examples and tricks that not only taught me about CSS at a level I could quickly grasp, but it also provided examples that I could actually pull and use in my projects.

I own other sitepoint books such as "The Principles of Beautiful Web Design" and "CSS the Ultimate Reference" and they are all fantastic. I'm beginning to think that sitepoint is a great source for knowledge. I recommnend this book highly.

5 stars All the CSS effects and tricks you want to learn explained clearly

2007-12-20     1 of 1 found this review helpful

I consider this book a must have.

All the little things you want to know how to accomplish with CSS are explained clearly with pictures and the code included.

The table of contents is unlike most books. Each individual tip or trick is presented in the form of a question, as if the reader were asking it. So instead of "how to position a background image," for instance, you get "How do I position my background image?" instead. It's an interesting approach that makes the book a little more friendly.

Here are the chapter topics:
1. Getting Started with CSS
2. Text Styling and Other Basics
3. CSS and Images
4. Navigation
5. Tabular Data
6. Forms and User Interfaces
7. Cross-browser Techniques
8. Accessibility and Alternative Devices
9. CSS Positioning and Layout

The chapters on Navigation and CSS Positioning and Layout are worth the cost of the book alone.

As a beginner to CSS recently, this book showed me exactly how to do all the things I wanted to do, quickly. I will keep it on my desk for quick reference in the future.

This book is not meant to teach you CSS but it is meant to show you how to accomplish certain effects using CSS.

Another BIG plus is that you can register your book on the SitePoint site and receive the ENTIRE code file from the book sent to you by email. How great is that?

I highly recommend this book.

5 stars Any serious college-level computer library needs this.

2007-10-05     1 of 1 found this review helpful

THE CSS ANTHOLOGY: 101 ESSENTIAL TIPS, TRICKS & HACKS gathers the best practice solutions from the most challenging CSS problems and places them - and their source code - under one cover perfect for any programmer handling the demands of CSS web standards programming. This new edition has been completely revised to cover the latest techniques and newest browsers, with chapters showing how to troubleshoot common problems, use the latest CSS techniques to solve them, and offering up color-coded boxes of CSS recipes and examples to streamline learning. Any serious college-level computer library needs this.

4 stars Excellent Source of CSS Information

2007-09-06     1 of 1 found this review helpful

This book has proven to be an invaluable source of information for CSS and web design! I have used CSS over the past few years, and Rachel Andrew's is an excellent book that ties concepts together with pratical and well planned examples. I highly recommend this book to any individual wanting to see CSS in action.

3 stars Not bad

2007-07-10     1 of 1 found this review helpful

Not a bad book
Very text heavy though and operates best as a reference book than anything else. CD that comes with it is useful.
You can work through this book over a weekend and get a firm grasp on CSS fundamentals. Not inspiring though, just handy.

4 stars The CSS Anthology: 101 Essential Tips

2007-03-19     1 of 2 found this review helpful

For a few years now I have been maintaining a web site set up by someone else that used a minimum of CSS properties. It is now time to make the site over and I found myself with a lot of questions about how to use more CSS properties to make the site fully compliant with the W3C standards.
The author does a very good job of breaking things down and making it much easier to understand. I'm not someone that likes to just copy someone else's work so I need to know the why's, as much as the how's to getting things done. This book is not my only source, but it definitely helped me to understand CSS properties much more.

5 stars Best Tech Book I Own

2007-03-11     1 of 1 found this review helpful

With a bookshelf of unread and semi-read tech books, this is the first technical book I can honestly say I read from cover to cover, and reference on a very regularly basis.

It's written in an easy to understand, easy to follow manner, that allows you to "get" what she's talking about rather than just stare at the page. Everything is example based, and there's no fluff.

With a little time, you can create a very professional, custom website using the examples in this book, (and you can download the code, so you don't even have to retype it).

5 stars Good CSS reference.

2007-01-11     1 of 1 found this review helpful

My favorite CSS reference to date. Does a nice job of explaining why particular techniques work and the possible future pitfalls of using them. The problem/solution format might not be for everyone, but I have found it to be quite to my liking. Much more useful on a daily basis than the 500+ page tomes I've had in the past. Rachel Andrew knows her stuff.

5 stars Excellent CSS Walkthrough Guide

2006-09-27     1 of 1 found this review helpful

This book is/has become my guide when something just isn't functioning properly or when I don't want to remember some hack. I quickly found myself learning all sorts of best practices, and tips that resulted in many hours shaved off my development time... all of this resulting from this very book.

I have been a long time Sitepoint reader and as always they never disappoint, I look forward to many more books in the future.

Oh and I must not forget the professionalism and quality that comes from Rachel is simply rare to find in the majority of technical books in the market these days.

5 stars Truly "Essential" If You've Not Been Around the Block A Hundred Times

2008-07-03     0 of 0 found this review helpful

CSS is difficult to master, and most who have have done so over a period of years, through trial and error, and from picking up tips one by one from the community of practitioners. Rachel Andrew's CSS Anthology doesn't offer much for the CSS veterans (I found only 1 tip I didn't know), but it's is absolutely full of all the good stuff that we CSS authors treasure and, of course, USE on a daily basis. The best part? Most instances in this book follow Web standards--you won't find that to be true with many other CSS books.

5 stars Great Buy

2008-06-20     0 of 0 found this review helpful

For those of us who are beginners or intermediate programmers of CSS, I would recommend this book. From beginning use to advanced hints and tips, this book has something for everyone. Any book that helps me to learn even one item more than I already knew is a benefit to my library, and you can't beat Amazon.com for price!

5 stars excellent!!!

2008-02-09     0 of 0 found this review helpful

A great helper book for all those little things that might happen to go wrong.

5 stars Great way to learn CSS

2008-01-28     0 of 0 found this review helpful

I really like the Q&A format of this book. It's a great way to learn about CSS. I've read 80% of the book so far and think the author explains things very well. She makes it easy to understand when and why to use some CSS rules in each task.

5 stars very usefull and to the point

2008-01-09     0 of 0 found this review helpful

This book, on CSS, is written very clearly with very good illustrations of the poblem as well as the solution.
It is oraganized as a sort of an FAQ, and gets to the point very quickly.
Also it pays an equal amount of attention to the most frequently used browsers anno 2007.
It has chapters for novices on CSS, and it has chapters for advanced users.
For me it worked best to read it from cover to cover, and from there on use the index if I'm running into a CSS problem.

5 stars I hate coding but this made it easy!

2007-06-05     0 of 0 found this review helpful

THANK YOU THANK YOU THANK YOU for writing this book RACHEL ANDREW!

After many frustrating attempts looking for a CSS book, this is the only book I've found that had me ENJOYING doing the code. I'm a designer at heart and I HATE coding. This book made it very easy for me to get my CSS web pages quickly up and running.

Every section presents a question and an answer on how to do the CSS. For example "How do I create tabbed navigation with CSS?" She would then present the HTML, an image of how the page should look, then the CSS, and briefly explain how it works.

This is great for beginners and intermediate learning. It's not so heavy on theory that you get lost, she makes it easy to learn. I wish all coding books were like this.

5 stars All in one book about you need to know on CSS

2007-05-19     0 of 0 found this review helpful

Excellent. Clear, practical and funny.

4 stars Very good for the beginner.

2007-05-09     0 of 0 found this review helpful

After reading this book it has made it a lot simpler to understand the commands and the structure of CSS. If you are new to this read from cover to cover and you will have a better understanding of CSS.

5 stars tremendously helpful!

2007-03-30     0 of 0 found this review helpful

Ms Andrew is not only a compelling and interesting writer, her ability to describe complex situations in a way that's understandable and easy is truly a gift.

I've long been a fan of SitePoint for instructional books and this one is truly well worth twice the price.

5 stars Easy to read if you have any experience with CSS already

2007-01-11     0 of 0 found this review helpful

This was a great book that helped me learn how to go totally tableless. It teaches how to use divs with positioning. This book teaches by giving solutions to common questions people have about CSS. I recommend that you only get the book if you have some knowledge about CSS already.

5 stars Practical excellence

2007-01-06     0 of 0 found this review helpful

Thanks to Rachel for an excellent, readable, most practical book. I gained considerable knowledge as this book filled in so many gaps and questions, and was such a compelling read that I was unable to put it down.
Thank you Rachel and Site Point

5 stars Beginners, Start Here!

2006-12-11     0 of 0 found this review helpful

After checking out several books from my local library I knew that the subject of CSS could be complicated if not delivered correctly. I came across this book and liked it so much I had to add it to my collection. This book takes a case study perspective of teaching you all that you need to know. But prior to jumping right into the deapth of the material, the author takes a second to explain why CSS has quickly become the industry standard.

This is a must have if you are looking for a launching pad!

5 stars Excellent Resource to Keep Around

2006-03-30     0 of 0 found this review helpful

I've been using CSS for about 3 years (heavily for 1 year), and purchased this book to reference the areas of CSS that I don't use regularly. However, the sections are quick, easy, and informative. A definite must for anyone using CSS. I also just like reference books because they're quick to use.

5 stars Well thoughtout book--easy to understand

2005-01-19     0 of 0 found this review helpful

I am a relative newcomer to CSS and have several other books on it. This one is the easiest to understand and follow. The examples are good and I have not found typos in the code as I have in some of the others. The code and examples are all available online for the reader to down load and experiment with.The progress through the book seems well thoughtout and logical. It has clarified numerous questions about CSS that I could not find elsewhere. I can recommend this book to all beginners and middle-level users of CSS. It is probably too basic for truly advanced users. The one criticism that I have is that the book lacks color illustrations which sometimes makes it difficult to see the examples clearly. However, with the all of these available online, it is not a big issue.

Buy it from AmazonNew for $26.37