Gosh, haven’t posted in ages. Reason being: I’m redesigning. Again. Or rather, I’m finally spending the time and energy to design this thing properly, as the last design (or current one, as of this writing) was rushed and uninspired. I commenced the last revamp in early February 05 with a deadline of March 1 05,… Continue reading Unexplained Absence Explained
Month: June 2005
Translating Selectors
When writing or debugging CSS, it’s often helpful to describe a selector in plain English as a handy way to sort out things like inheritance and specificity, and just to better understand how the rules are being applied. If it doesn’t make sense when translated, there’s probably something amiss. Some examples: p, li { …… Continue reading Translating Selectors