How to use firebug on internet explorer including ie6
October - 4 - 2010 by
Arbaoui Mehdi
Here is snippet that’ll help you using firebug on the famous browser (internet explorer 6).
- Copy the code on your <head> </ head>
<script type='text/javascript' src='http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js'></script>
- Adding a condition for using firebug on any internet explorer version .
<!--[if IE]><![endif]-->
Final code :
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xml:lang="fr" xmlns="http://www.w3.org/1999/xhtml" lang="fr"> <head> <title>How to use firebug on internet explorer including ie6</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <!--[if IE]> <script type='text/javascript' src='http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js'></script> <![endif]--> </head>
Related posts:
- CSS Rounded corner work in all browsers without images and javascript
- How to create an Under Construction Page with jquery
- How to create a Drop-down menu using jquery
- How to create a jQuery Headline Changer
- horizontal menu style dropdown with jquery




















thanks for the post
Reply
Thanks for good stuff
Reply
Hey, I can’t view your site properly within Opera, I actually hope you look into fixing this.
Reply
Check the link below to use Firebug in all browsers
http://hellowahab.wordpress.com/2012/02/23/using-firebug-in-ie-opera-chrome/
Reply