For inspecting, Firebug is one of the best solution, we can use it in any browser simply. We just need to include this script on our site and we’ll get a Firebug console at the right bottom that pops up for debugging in any browser. Remember, it not quite as full featured but it’s still pretty helpful! You must remember to remove it when you are done
<script type='text/javascript' src='http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js'></script>
The post How to use Firebug in any Browser? appeared first on Blog - Flourish Pixel.