Firebug support for Non-firefox browsers
Firebug is an extension for Firefox, but what happens when you need to test your pages in Internet Explorer, Opera, and Safari?
The solution is Firebug Lite, a JavaScript file you can insert into your pages to simulate some Firebug features in browsers that are not named “Firefox”.
Firebug Lite creates the variable “firebug” and doesn’t affect or interfere with HTML elements that aren’t created by itself.
Installing Firebug Lite 1.2
Insert this line of code into any page that you want to contain Firebug lite:
Firebug Lite can be used as bookmarklet too. For detailed information regarding bookmarklet and other customisable features of it, kindly visit http://getfirebug.com/lite.html