10 Quick Tips for an Easier CSS Life

Search-this.com has an interesting article on practices to improve your CSS. Visit the site for all the details, but here are the cliff notes:

  1. Keep it Simple
  2. Don’t use hacks unless its a known and documented bug
  3. Take care of margins and padding on all elements that you use
  4. Avoid using too much absolute positioning
  5. Avoid “divitus”
  6. Avoid “Classitus”
  7. Validate your code
  8. Rationalize your code
  9. Flexibility
  10. Browser support