Anyone know of a tool/Firefox Plugin that would allow me to click on a DOM object in a page and give me the CSS inheritances that Is needed to style that element?
So if there are a bunch of nested elements ol li ol li etc… what should my CSS look like to style said element?
The Web Developer extension is excellent at this as well. The shortcut is
Ctrl+Shift+Fto activate the click interface…click on any element to see a full inheritance tree.