Nice article from SmashingMagazine.com it’s about CSS Specificity, this some a brief from they article.
What is Specificity?
- Specificity determines, which CSS rule is applied by browsers. “Specificity is a type of weighting that has a bearing on how your cascading style sheet (CSS) rules are displayed.†[Understanding Specificity]
- Selector specificity is a process used to determine which rules take precedence in CSS when several rules could be applied to the same element in markup. [Selector Specificity]
- Every selector has its specificity. “All rules in your CSS carry a specificity rating regardless of selector type, although the weighting that is given to each selector type varies and will ultimately affect the styling of your web documents.†[Understanding Specificity]
- If two selectors apply to the same element, the one with higher specificity wins.
You can read their completed post.
Popularity: 3%
Related Quotes
No related posts were found, so here's a consolation prize: Keyword Density.
You can find the most important things you should know about CSS specificity in a brief You can understand specificity if you love Star Wars: CSS Specificity
Source: http://www.smashingmagazine.com/2007/07/27/css-specificity-things-you-should-know/
Apart from Floats, the CSS Specificity is one of the most difficult concepts to grasp in Cascading Stylesheets. CSS Specificity: Things You Should Know
Source: http://digg.com/design/CSS_Specificity_Things_You_Should_Know_2
CSS Specificity - Things you Should Know. smashingmagazine.com — Another great article put out by Smashing Magazine, this time on CSS specificity.
Source: http://digg.com/programming/CSS_Specificity_Things_you_Should_Know
Hope I gave you a very basic idea. Below you can find some good articles for further reading about the topic. CSS Specificity: Things You Should Know
Source: http://www.thinkofdesign.com/blog/id/67/css-specificity.aspx
If you don't know what CSS specificity is, you probably don't need this tool, but for an explanation see: Amended to reflect that specificity calculations should not be in
Source: http://www.suzyit.com/tools/specificity.php
Apart from Floats, the CSS Specificity is one of the most difficult concepts to grasp in Cascading Stylesheets. The different weight of selectors is usually the reason why your CSS
Source: http://www.smashingmagazine.com/2007/07/27/css-specificity-things-you-should-know/
If in confusion use [ CSS specificity calculator ] References & Worthy Readings . http://www.smashingmagazine.com/2007/07/27/css-specificity-things-you-should-know/
Source: http://www.slideshare.net/manugoel2003/css-specificity
Everything You Need To Know About CSS Selector Specificity. Actions. View All Another thing to remember is IDs should be unique so there's really no reason you should be using more
Source: http://www.nealgrosskopf.com/tech/thread.php?pid=59
SmashingMagazine.com: CSS Specificity: Things You Should Know. For an in depth explanation of specificity, I highly recommend that you read this article from top to bottom.
Source: http://net.tutsplus.com/html-css-techniques/solving-5-common-css-headaches/
The laws of specificity. You should be aware that the laws of specificity can change from version to version. I think at this point in time it would be fair to say that CSS 2.1 is
Source: http://www.adobe.com/devnet/dreamweaver/articles/css_specificity_02.html