vote up 26 vote down star
13

What would you recommend in this topic. I know basics of CSS but I need to expand my knowledge of CSS. It's always good to use good source.

flag

75% accept rate

26 Answers

vote up 13 vote down check

Have a look at ZenGarden and they have made a book too.

So What is This About?

There is clearly a need for CSS to be taken seriously by graphic artists. The Zen Garden aims to excite, inspire, and encourage participation. To begin, view some of the existing designs in the list. Clicking on any one will load the style sheet into this very page. The code remains the same, the only thing that has changed is the external .css file. Yes, really.

link|flag
vote up 1 vote down

http://css-tricks.com/ is a great resource with multiple screencasts.

link|flag
vote up 1 vote down

+1 for http://reference.sitepoint.com/css

link|flag
vote up 2 vote down

70 Expert Ideas For Better CSS Coding

link|flag
vote up 1 vote down

If I wasn't out of votes I'd uprate all of the above, but that said, I'm seconding A List Apart.

link|flag
vote up 1 vote down

No votes for Bulletproof Web Design by Dan Cederholm? Remedied. As well as an excellent cross-browser css resource, it's one of the better-looking books you can buy, certainly better designed itself than CSS mastery (although the content of the latter is great, too).

link|flag
vote up 1 vote down

CSS Mastery is an easy read and was immensely helpful. I can't recommend it enough.

link|flag
vote up 1 vote down

Try to write CSS parser or CSS renderer. Trust me - after that you will be able to write books about CSS by yourself. At least this will motivate you to read the spec.

That if your ultimate goal to be a guru on the subject.

link|flag
vote up 1 vote down

This site has a ton of good links: http://veerle.duoh.com/blog/links

link|flag
vote up 1 vote down

Designing with Web Standards by Zeldman

link|flag
vote up 0 vote down

CSS Zen Garden One of the first and one fo the best... It's a site and a book.

link|flag
vote up 1 vote down

You could try Transcending CSS by Andy Clarke.

link|flag
vote up 1 vote down

I found this site very useful.

CSS - Noupe

Especially the Use CSS to do/fix anything series.

link|flag
vote up 2 vote down

A List Apart is very good. It has a strong engineering tone it to for a site that covers design.

link|flag
vote up 1 vote down

The book that I used to learn both HTML and CSS was O'Reilly's Head First HTML with CSS & XHTML. It provides a fun, but technically sound way to learn the basics of CSS. It's written in a conversational style to make the material easier to assimilate. When I was done with the book I could do basic styling including layout and colors.

link|flag
vote up 3 vote down

Site wise, I like css zen garden. IF you have some knowledge of css, it really shows you how it is used in real life. And since you see the good/bad examples right away, you learn thing to do or not to do:)

link|flag
vote up 1 vote down

I tend to use www.htmlhelp.com. It may not be the best site, but the name is easy to remember and I usually find what I'm looking for there.

(I know it's called "HTML Help", not "CSS Help", but it has a lot of links to information about CSS as well.)

link|flag
vote up 7 vote down

CSS Mastery (link to companion site) by Andy Budd

link|flag
vote up 5 vote down

CSS: The Definitive Guide by Eric Meyer

link|flag
vote up 12 vote down

Here's a list of a lot of sites I visit for help/inspiration:

CSS Specific:

General web design site's that may help:

And I'm going to stop there but I could go on. Try also following the blogs of some of the industry leaders out there like Dave Shea (created the Zen Garden site mentioned earlier).

link|flag
Boagworld = very good – Teifion May 6 at 13:32
vote up 3 vote down

MaxDesign also contains good tutorials. For example:

link|flag
vote up 3 vote down

i recommended simplebits.com

link|flag
vote up 3 vote down

There's a large section on CSS resources on the Web Developer's Handbook.

link|flag
vote up 2 vote down

The W3 Schools website is always a good reference. As for books, I find that Eric Meyer is an authoritative author on the subject. Check out the O'Reilly CSS book.

link|flag
W3 schools is often inaccurate or outright wrong, and I would highly recommend AGAINST its use for professionals. – Bobby Jack Oct 20 '08 at 11:21
vote up 2 vote down

Check out Dynamic Drive... with loads of download able code

link|flag
vote up 2 vote down

CSS Play has some great examples in action.

link|flag

Your Answer

Get an OpenID
or

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