vote up 5 vote down star
7

I'm thinking of getting into the web designing business . I am aware that I will bump into a lot of CSS headaches , and I'm certain people have bumped into them long before I did . Is there a website I could check for solutions to common problems (e.g:aligning an image like this doesn't show up in IE)?
Something like a cookbook would be great ! ( I know of CSS Cookbook , but I would like something more problem-oriented )

flag

You mean aside from stackoverflow or google? ;) – Joel Coehoorn Feb 2 at 21:16

12 Answers

vote up 11 vote down check

http://www.quirksmode.org/ is one of the best resources for browser compatibility tables regarding CSS, JS and HTML.

link|flag
vote up 9 vote down

I found AListApart useful

link|flag
AListApart is a compilation of articles which is great for expanding knowledge but not a resource per so to find solutions to problems. Want to know how to tame lists? Sure go there, but if you want to know about a browser hack or know all the 3-col layout techniques, forget about it. – aleemb Feb 3 at 23:26
vote up 7 vote down

CSSZEN is a great site that teaches all about best practices for CSS

link|flag
You can learn a lot by comparing the base CSS and the featured design CSS files. It is a great example of the power of CSS to vastly alter a design without touching the underlying XHTML. – Rob Allen Feb 2 at 21:35
vote up 6 vote down

its the best

http://www.w3schools.com/Css/default.asp

link|flag
It's not the best. – Andy Ford Feb 3 at 1:20
i looked at others and im not impressed, for me its the best. – 01 Feb 3 at 8:03
vote up 5 vote down

Position is Everything

This is a great site for tracking down known IE rendering quirks/bugs.

link|flag
vote up 2 vote down

um, StackOverflow?

EDIT: this answer was intended to be humorous but is also serious. StackOverflow is a great place to find solutions to specific CSS scenarios.

link|flag
Come on, you don't think they already know about SO? – Ross Feb 2 at 21:36
Beat me to it. :) – cletus Feb 2 at 21:37
it was meant with humor - if this is offensive i'll happily remove it. – David Alpert Feb 2 at 21:37
It's not offensive, just an often repeated answer. I guess I'm grouchy today. – Ross Feb 2 at 21:41
vote up 2 vote down

Sitepoint has started a very good reference for CSS (as well as JavaScript and HTML)

All of them give a list of which browsers properly support each item.

link|flag
vote up 2 vote down

SelfHTML is a great resource for knowledge about HTML and CSS, but it isn't yet translated into english yet, so it is only available in german and french.

link|flag
Ich verstehe kein deutsch – Geo Feb 2 at 21:21
Yeah, but it is a very good resource for people speaking german or french. – Mnementh Feb 2 at 21:31
vote up 1 vote down

gotapi.com is a great way to quickly search the documentation, and they include documentation from w3schools.com and htmlhelp.com.

link|flag
vote up 1 vote down

Think Vitamin is getting better daily. Bonus: it uses 960.css.

link|flag
vote up 1 vote down

I have found CSSplay to be another useful source of both CSS techniques and inspiration - Stu Nicholls is a seasoned pro.

link|flag
vote up 1 vote down

Wow, I can't believe no one mentioned css-discuss.

It is the single most comprehensive CSS resource. There isn't a CSS issue I have run into that I have not found documented there (and if you do run into one, please be sure to add it).

link|flag

Your Answer

Get an OpenID
or

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