September 07, 2004 | Category:

CSS Rules Of Thumb

A few rules that recent CSS work has provided:

  1. If what you think you’re saying works in IE but not Firefox or Opera, you’re saying it wrong.
  2. Cascading is tricky, and will likely invoke rule 1 at some point.
  3. CSS Hacks are bound by rule 1.

Bear them in mind.