问题描述
(尝试查找模拟问题/重复,失败)
(Tried to find simular questions / duplicates, failed)
我在mac上开发。我爱我的mac。我开发使用Chrome,Firefox和Safari。我因为不同的原因爱他们。
I develop on a mac. I love my mac. I develop using Chrome, Firefox, and Safari. I love them all for different reasons.
但我必须为Internet Explorer用户开发。
But I have to develop for Internet Explorer users as well.
我知道,我在这里不是唯一的。
I know, I am not unique here.
我喜欢使用webkit检查器/ firebug CSS。我在测试ie6-8时发现的最大的问题之一是无法动态编辑CSS。来回虚拟机或实际的pc,尝试在CSS中的东西,保存,重新加载在IE,失败和重复,导致一个缓慢的开发过程。
I enjoy using the webkit inspector / firebug to mess with CSS. One of the biggest issues I've found when testing ie6-8 is the inability to edit CSS on the fly. The back and forth to a VM or an actual pc, trying something in CSS, saving, reloading in IE, failing, and repeating, leads to a slow development process.
所以,对我的实际问题。
So, on to my actual question.
有各种互联网浏览器版本的在线模拟器/模拟器吗?某事以某种方式呈现页面使用ie引擎,但仍然允许我使用我的检查器?
Is there any sort of online emulator/simulator for various internet explorer versions? Something that somehow renders the page using the ie engine, but still allows me to use my inspector?
这是可能吗?
推荐答案
href =http://getfirebug.com/firebuglite =nofollow noreferrer> Firebug Lite
You could try Firebug Lite
这是一个纯JavaScript实现的Firebug,
It's a pure JavaScript-implementation of Firebug that runs directly in any browser (at least in all major ones: IE6+, Firefox, Opera, Safari and Chrome)
您仍然需要虚拟机才能真正运行IE浏览器(至少在所有主要浏览器中运行IE6 +,Firefox,Opera,Safari和Chrome)但至少你会得到一个更快的测试周期。
You'll still need the VM to actually run IE, but at least you'll get a quicker testing cycle.
这篇关于在线Internet Explorer模拟器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!