Css debugging tool under IE6 and IE6css debugging tool
In the development process, after the code is partially implemented, we have to start to display some of the interfaces on the front-end. The company's artist is a newbie, but I have to adjust it slowly, however, versions earlier than IE6 did not have a good debugging tool. Later, I searched for
IE Developer Toolbar is a good tool, but it is indeed a great challenge for me to get used to chrome and firefox, So I recently searched the internet, check whether you can find a webpage debugging tool similar to chrome or firedebug for IE6,
Unfortunately, I found it. After the big joy, record it and share it.
No more nonsense.
The Tool Name Is firebuglite with chrome extension, which is actually a js File
Address: http://getfirebug.com/firebuglite
Easy to use,
<Script type = "text/javascript" src = "https://getfirebug.com/firebug-lite-debug.js"> </script> just add this code to your head and refresh it. Of course, you can also download it to your local device for configuration.
There are many versions, Development versions, debugging versions, etc. If you are interested, you can check the documents on the official website.
Here is my debugging.
Ask if there is any software for css testing and debugging under ie6, which is similar to Firefox.
This function is not available without IE6.
You know about Firefox.
Google can also, right-click to view elements.
For IE8, press F12 directly.
Is there any debugging tool for js debugging under IE6?
First, there are not many people using IE6, and there is no need to debug IE6. It is best to use Firefox firebug to debug JS
If there is a problem in IE6 only, try IE8 and try F12 to check the problem.
We recommend that you discard IE6.