Firebug Docs: Using Chromebug on Firebug
Wednesday, December 17th, 2008I wrote a short tutorial on one way I use Chromebug when developing Firebug.
The job was to find the code forĀ the source link in the Style side panel for the HTML panel. By using inspect, I find the HTML div for the Style panel entry, then search the source for the CSS class name on the div. That gets me close a lot of the time.


