I would like a way to find out what rules were applied to my divs. For instance, I want to click on an element in the browser and to see something like: - font : bold 15px (rules font : bold (test.css : line 1) font : 15px (test.css : line 5) ) Is there any software that can do this? I found IE DOM Explorer, but I want more.