Attach Firebug-Lite to IE6


/ Published in: HTML
Save to your folder(s)

Use this tiny script tag to laungh the firebug-lite version in IE6.


Copy this code and paste it in your HTML
  1. <!-- firebug lite script -->
  2. <!--[if IE 6]>
  3. <!--script type='text/javascript' src='http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js'></script-->
  4. <![endif]-->

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.