Thoughts on software development and software testing.
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.
No comments:
Post a Comment