“10 Quick Tips for an Easier CSS Life”
I just ran across this article today and thought it was full of good information. Check it out!
10 Quick Tips for an Easier CSS Life
- Keep it simple
- Don’t use hacks unless it’s a known and documented bug. (I would expand and say don’t use hacks at all. It’s better to use conditional comments)
- Take care of all margins and padding on all elements that you use.
- Avoid using too much absolute positioning.
- Avoid “divitus”.
- Avoid “classitis”.
- Validate your code.
- Rationalize your code.
- Flexibility.
- Browser support.
Good stuff!

Leave a Reply