How to install Firebug lite IE8?

后端 未结 2 1106
时光说笑
时光说笑 2021-02-03 23:56

So we have reached that stage in a web dev project where we need to see how things look in IE.

Sigh.

So the fabulous Firebug is not available for IE. But a lite

相关标签:
2条回答
  • 2021-02-04 00:14

    Please use this in your jsp

    <script type="text/javascript" src="https://getfirebug.com/firebug-lite-debug.js"></script>
    

    and you are done.

    0 讨论(0)
  • 2021-02-04 00:19

    this is how I did it (IE 8.0.7600.16385 on Win7):

    • Go to some Firebug Lite page (http://getfirebug.com/firebuglite).
    • Click the "add to Favorites Bar" button on the Favorites Bar.
    • This will give you a bookmark to http://getfirebug.com/firebuglite.
    • click on the "Firebug Lite" link in Firebug Lite page (http://getfirebug.com/firebuglite).
      • properties poup will be open. Copy the URL within the popup
      • Right click on your new bookmark and choose Properties.
    • Paste the URL into the URL box and close.
    • If you hover over the new bookmark, it should show javascript:(function(F,i,r,e,b,u,g,L,I,T,E)... etc instead of the link.
    0 讨论(0)
提交回复
热议问题