Resources for learning CSS?

An acquaintance of mine needs to get ramped up on CSS. He’s an experienced programmer, but is unfamiliar with things related to the Web and is just getting into Web development. Any recommendations for resources for learning CSS?

(Not sure whether this really fits in GQ vs. IMHO–mods, feel free to move.)

Wild guess (the way I learned) is to start by finding a semi-tutorial site, or a site with CSS on it and using the script from that, and play with it. Try out different things and see what works. A google search for CSS tutorial should yield some results - again, I’m assuming.

I would say this would be a great resource - then just let your friend explore.

Brendon Small

I taught myself CSS whilst recovering from surgery last year. I used a combination of:

This book: Beginning CSS Web Development: From Novice to Professional

This website: CSS Layout Techniques: for Fun and Profit

And CSS Zen Garden for a clear demo of what’s possible with CSS.

For a lot of examples and a good reference, I like the MSDN CSS reference site. Of course, use it in FF and IE to see exactly how their examples work in both browsers.

I just found this site after surfing a little while. It is a large list of links to other css coding sites…

http://www.dezwozhere.com/links.html

These guys http://w3schools.com/ are a good source for all things webby including CSS. They’re not real advanced, but for getting help in that first step into a new world, they’re pretty good.