Learning more about web design everyday.

“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

  1. Keep it simple
  2. 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)
  3. Take care of all margins and padding on all elements that you use.
  4. Avoid using too much absolute positioning.
  5. Avoid “divitus”.
  6. Avoid “classitis”.
  7. Validate your code.
  8. Rationalize your code.
  9. Flexibility.
  10. Browser support.

Good stuff!

Leave a Reply