I just came across a pretty cool Firefox Plugin on Sitepoint called "Dust-Me Selectors" and though it would be handy to some people. What it does: When enabled on Firefox, it scans your HTML/CSS and when you load a page it reports any unused CSS selectors. It's perfect for tidying up CSS code that fills up with unused junk over time, you don't have to flick between your HTML and CSS to manually work out what's being used and what isn't. http://www.sitepoint.com/dustmeselectors/ It also has automatic mode, it will crawl through your whole site and compile a list of all unused CSS so you can remove it from your style sheets. Working on Firefox 3 also.
Heh, thanks i didn't even realize.. Well i guess i contributed something worthwhile for post 5k. Also you're welcome, i hope the tool is useful.