views:

54

answers:

4

I'm trying to fix my css on IE, and I want to check to see if it's working. What version should I install and from where?

+4  A: 

Different versions of IE behave differently. If you care about all versions, you'll have to install them all.

IE doesn't run natively on a Mac. You'll either need to use a virtualization program like VirtualBox (which itself is free, but you still need a copy of Windows) to produce a virtual Windows environment, or use services like BrowserShots that will produce images taken in IE for you (but they're often very busy and therefore slow).

Matchu
+1 "IE doesn't run natively on a Mac." And in the old days when it did, that was a completely different version of IE, so not very useful for testing compatibility.
Thilo
The rendering engine for IE mac was a direct port of MSHTML. I remember all the #ifdef MAC and #ifdef UNIX (it also ran on Solaris at one point) lines in the code. So it *would* have been useful for testing, if it ever made it past IE 5 or whatever it was.
jeffamaphone
That is weird. I remember to have heard that CSS support for the mac was much better than for windows at one point.
Thilo
A: 

http://spoon.net/Browsers/

HaleFx
+1  A: 

IE8, because it's stable and has IE7 compatible view mode.
It doesn't run on Mac OS, you will need to run it in Virtual Machine (VMWare, Virtualbox or Parallels).

NARKOZ
+1  A: 

Best way is to use a VM, as @Matchu told in his answer.

But if you can't, this is pretty good one:

https://browserlab.adobe.com/en-us/index.html

Sinan Y.