Tuesday, October 29, 2013

Understanding css style rule precedence

CSS style rules have precedence depending on what kind of selectors you have.  For example, a selector on an id has higher precedence than one just on element type.  But it’s more complicated than that.

Here’s a quick read that I found helpful:

No comments:

Post a Comment