tags:

views:

147

answers:

2

Hello,

I have a big CSS styles sheet, (about 6500 lines). Is there any way to determine which rules do NOT apply in a given page, (firefox plugin, a web util, or something) ?

Thanks!

PD: Using Firebug I can find which rules apply, but I can't find which rules don't apply.

+9  A: 

Firefox, add extension Dust-Me Selectors. It does just that

Miquel
Perfect! A lot of thanks!
A: 

In the FireFox add-on, Firebug, CSS rules which are overridden by other rules are crossed out.

Jon Winstanley
I wanted to find which rules do not apply due to unmatched selectors, not due to overriden rules. Dust-Me does it!Thanks anyway!
No problem. The use of firebug may help readers of this question anyway.
Jon Winstanley