I have an element that\'s getting styles applied via JavaScript. I\'m not sure exactly where; is there a way to check Firebug to show where the \"element.style\" is actually
You can also right click on the element in the HTML panel before the style is set and select break on Attribute Change. Script panel must be enabled.