views:

51

answers:

5

How can I check IE compatibility when I'm developing a website on MacOSX, primarily using Chrome.

+1  A: 

I suggest using Wine to install and run the IE versions you need. I am not a Mac user myself but I think you can get a good environment with WineBottler.

Emanuele Cipolla
This is a much simpler solution as long as you're not using any Windows-specific technology like ActiveX, behaviors or filters. The rendering engine works, but pages made using, e.g., IE7.js or pngfix will look wrong.
Chuck
+4  A: 

You should have a parallels windows install to test IE and Firefox. That will show you exactly what a windows user would see.

Byron Whitlock
Thanks, I have Parallels installed already, good option!
BigMike
+1  A: 

I use Parallels & also use Adobe's Browserlab which lets you test virtually all browsers. This is useful as even with a virtual machine you can't test easily all versions of IE, unless you have multiple VMs, which is just too much. Good luck.

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

Giovanni Madrid
A: 

Virtual Box(http://www.virtualbox.org/) is a free VM solution from Oracle(formerly Sun) that works pretty well. It isn't as feature full and easy to use as Parallels or VMWare Fusion, but Virtual Box is free. All require a valid Windows install/license.

Chestone
+2  A: 

I would recommend Virtual PC for Mac from Microsoft. They keep images of various windows builds for developer to use. They're basically Windows and the Browser only.

John Swaringen
This is the correct answer.
jeffamaphone