Understanding The “C” in CSS
April 22nd, 2008 | Published in Notebook
Understanding how CSS Cascades is very simple… but it’s tricky at first, and I find it’s something I end up explaining to many people as a FED consultant.
**Generally** speaking, the lower down a selector is in a stylesheet, the more weight it gets, and it will override anything that was listed before it…
But what [...]