问题描述
我正在使用IEtester在IE6中进行测试,因为客户端希望在其中看到该页面。
I'm using IEtester to test in IE6, because the client want the page to be seen in it.
几周前,我可以使用IETester上的IE6中的firebug lite Stable Channel进行尽可能的工作。现在我不行!我不知道改变了什么...我现在不知道如何工作,如何测试CSS在线等。
Till a few weeks ago, I could work as good as possible using the firebug lite Stable Channel in IE6 on the IETester. Now I can't! I don't know what changed... and I don't know how to work now, how to test the CSS online etc.
我已经尝试了所有的可能性在 http://getfirebug.com/firebuglite#Stable
中。使用每个人的直播链接,使用最喜爱的按钮和/或下载firebug并添加本地链接!
I have tried all the posibilities in http://getfirebug.com/firebuglite#Stable
. Using the live link of each one, using the favorite button and/or downloading the firebug and adding a local link!
没有什么可以工作。只有当我将它添加到页面的头部时才有效:
< script type ='text / javascript'src ='http://getfirebug.com/releases/lite/1.2/ firebug-lite-compressed.js'>< / script>
Nothing seems to work. Works only when I added this to the head of the page:<script type='text/javascript' src='http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js'></script>
但是使用该版本,我无法测试CSS。我需要去CSS,写在正确的列bla bla ...就像去我自己的样式表页面一样。这不是帮助我... =(
But with that version I can't test the CSS live. I need to go to the CSS, write on the right column bla bla... thats the same as going to my own stylesheet page. That is not helping me...=(
我越来越绝望的IE6。你知道一个可以用来测试CSS在IE6中的调试测试者?
I'm getting desperate with the IE6. Do you know a debugbug that I can use to test CSS live in a IE6 Tester?
如果您必须使用IE6,您将如何工作?
If you had to work with IE6, how would you be working?
请SOS我! =(
提前感谢
推荐答案
Firebug Lite的旧版本,像这样支持CSS规则的实时编辑:
You can try loading older versions of Firebug Lite, like this one which supports live editing of CSS rules:
在Firebug Lite中获得支持问题的最佳方法是在我们的错误跟踪器中创建一个问题报告:
The best way to get support for problems in Firebug Lite is creating an issue report in our bug tracker:
谢谢!
这篇关于用Firebug Lite测试IE6的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!