Mike Davidson has written about his design signature which has inspired me to write about the elements of my web design signature. As he had mentioned, it seems following my signature leads to no or negligible use for IE specific style sheets.
-
Use only Classes
I use ids only if there are javascripts that require one. Makes my styles a lot more re-usable and I don’t have to remember whether I used an id or a Class in the HTML when I write my CSS code.
