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 )
views:
342answers:
12CSSZEN is a great site that teaches all about best practices for CSS
http://www.quirksmode.org/ is one of the best resources for browser compatibility tables regarding CSS, JS and HTML.
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.
This is a great site for tracking down known IE rendering quirks/bugs.
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.
Think Vitamin is getting better daily. Bonus: it uses 960.css.
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).