Online Internet Explorer Simulators [closed]

2020-05-11 09:59发布

(Tried to find simular questions / duplicates, failed)

I develop on a mac. I love my mac. I develop using Chrome, Firefox, and Safari. I love them all for different reasons.

But I have to develop for Internet Explorer users as well.

I know, I am not unique here.

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.

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?

Is this even possible?

12条回答
男人必须洒脱
2楼-- · 2020-05-11 10:19

You could try Firebug Lite

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)

You'll still need the VM to actually run IE, but at least you'll get a quicker testing cycle.

查看更多
孤傲高冷的网名
3楼-- · 2020-05-11 10:19

By way of reference, here is another screenshot rendering tool: https://browserlab.adobe.com/

It also does a number of other browsers and platforms as well, and provides a few nice little options like onion skinning etc.


Note: It seems that recently Internet Explorer 6 was removed, which makes it considerably less useful :S

查看更多
放荡不羁爱自由
4楼-- · 2020-05-11 10:26

Something like BrowserShots?

查看更多
狗以群分
5楼-- · 2020-05-11 10:27

Here is another idea for you. It is also online w/ no download. It uses window 7 + ie9 with no flash support though ie9 online

查看更多
太酷不给撩
6楼-- · 2020-05-11 10:30

Use wine - it has IE6 with Gecko support built into it. More information here.

查看更多
Bombasti
7楼-- · 2020-05-11 10:32

http://www.browserstack.com

It really works great, but you only have 30 minutes/month for free.

For 19$/month you have unlimited time.

查看更多
登录 后发表回答