views:

84

answers:

7

Hi,

I would like to see how my website renders in IE7. Unfortunately, my computer has IE8 installed, and I don't know how to downgrade to IE7. I've considered using the IE Tab Firefox plugin but reviews seem fairly mixed and I'm not sure how accurately it emulates IE7. Any other suggestions?

Thanks, Don

+4  A: 

I would use a virtual machine with internet explorer 7.

You can download an image from microsoft for free which has windows xp and ie 7 installed on it.

Eldila
+1, I believe this is the best method. I have tried many methods of IE7/IE6 testing, but a virtual machine (or real machine for that matter) always gives the most accurate results. IEtester and MultipleIE's have limitations which will not work right in tricky situations (such as cross-domain javascript on Facebook).
zombat
+2  A: 

We use ietester which allows you to test in all versions of IE and seems quite accurate

seengee
+1  A: 

I've had good luck with Xenocode. I wrote about it: Xenocode and multiple IE's.

Ned Batchelder
+1  A: 

You could use

 <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />

to make IE8 fallback to IE7 rendering mode.

voyager
A: 

Isn't there an option in IE 8 called compatibility view, right next to the refresh button, that simulates how IE 7 looks.

Myself personally, since I am a Mac user and I hate getting on my virtual machine just to check something real quick, I always use this Internet Explorer Net Renderer.

Homework
Yeah, you are technically correct. However, ie 7 renders differently than the compatibility mode in ie 8. I have notice a bunch of differences when testing.
Eldila
+1  A: 

You can use the developer tools (F12) to switch the browser mode to IE7.

Michael Madsen
A: 

Here's a free tool from Microsoft that allows you to do IE 6, IE 7 and IE 8 in a very neat comparison view: http://www.microsoft.com/downloads/details.aspx?FamilyID=8e6ac106-525d-45d0-84db-dccff3fae677&amp;displaylang=en

KiNgMaR