Does anyone know if there is some kind of tool to see/pick the best CSS selector based on CSS specificity to target a particular div?
I know what has higher specific
Would be great to see something like this in Chrome:
Since it's very widely used, no one's suggested it and fabianhjr suggested I do so, I'm going to recommend Firebug for Firefox. It's similar to Chrome's inspector, and allows you to see the CSS given to an element, as well as any overridden properties:
Use Chrome Inspector.
DevFest 2010 - Chrome Developer Tools - In Depth
Google Chrome Developer Tools: 12 Tricks to Develop Quicker
Google's Page on Dev Tools