Checking website compatibility with IE7

I would like to see how my site renders in IE7. Unfortunately I have IE8 installed on my computer and I don't know how to upgrade to IE7. I've considered using the IE tab of the Firefox plugin, but the reviews seem to be rather mixed and I'm not sure how accurately it emulates IE7.

+2


source to share


7 replies


I would use a virtual machine with Internet Explorer 7.



You can download the image from Microsoft for free which has Windows XP installed etc.

+4


source


We are using an ietester which allows testing in all versions of IE and seems to be pretty accurate.



+3


source


you can use

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

      

Do Rollback IE8 to IE7 Render Mode .

+2


source


I've had luck with Xenocode . I wrote about this: Xenocode and several IEs .

+1


source


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

+1


source


Does IE 8 have an option called compatibility view next to the refresh button that mimics what IE 7 looks like.

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

0


source


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

0


source







All Articles