I’m finding that a lot of tweaks and changes need to be done in the style sheets but I have a nagging question about them — is there a utility that will correspond the gobbledygook code in the style sheet to the actual elements on the web page? Style sheets are supposed to make life easier but I spend a lot of time trying to track down the code in the style sheet that corresponds to a rendering on the web page. Are there any utilities that will show a cross-reference match between web page renderings and style sheets so I can zero in on the appropriate code to change? I have Web Developer installed on my Firefox but that does not create the correspondence I need, or at least I cannot find it.
For example — I see that I need to increase the padding on a certain element that I see see already rendered on the web page. How do I find the corresponding .css code without looking line by line through the .css stylesheet? Oftentimes the .css code is not that well documented in the file, if at all.
Anybody know of a utility that does what I need? Thanks in advance.