tags:

views:

121

answers:

6

Duplicate

http://stackoverflow.com/questions/2084/can-you-recommend-a-good-css-online-resource-or-book
http://stackoverflow.com/questions/132587/the-best-css-tutorial-site-blog-book
http://stackoverflow.com/questions/199486/what-is-the-best-book-on-css

I've got a gaping hole in my quest to be a more complete web programmer, and it's CSS. I do lots of front-end / middle-tier / back-end Java work, including a fair amount of Javascript, so I'm not a newbie at building websites. Unfortunately, I've always had the luxury of CSS/JS-specialists coming in to polish off the crap HTML I write (<pre> FTW), and so I never really learned how to make those tables pixel-perfect.

Yes, I know there's a billion and one resources on Google, but was hoping there might be some hidden gems, be it books, blogs, sites that you might recommend to learn CSS basics, best practices, browser quirks, in a straightforward manner for someone with a programming background.

Thanks.

+1  A: 

I like the sitepoint css reference materials. We use this PDF of the Ultimate CSS Reference around my office

MrChrister
+1  A: 

Check out the O'Reilly CSS: the Definitive Guide by Eric Meyer, arguably THE CSS guru.

You may find the answers on this question useful too

Russ Cam
+1  A: 

Can't go far wrong with CSS tutorial on w3schools.com to get started. Also includes a try-it-yourself facility for having a quick play.

Also, found the one that helped me out with the float thing: tiztag. There's more good stuff on there too.

Brabster
A: 

The book 'The Ultimate CSS Reference' by Sitepoint's guru's, Tommy Olsson and Paul O'Brien, answered all of my questions. I highly recommend this reference. Once you understand the different options for Position and Float, and a few other rules, it really clarifies everything.

Alex JL
A: 

I have always found Eric Meyer's writing both interesting and useful. He has links to collections of CSS resources as well as his own writings and musings.

Steve Weet
A: 

For advanced articles about CSS, you might want to check out http://www.alistapart.com/topics/code/css/

M4N