Possible Duplicate:
Multiple versions of internet explorer on a machine
Hiya. I'm a developer and I need to test my web applications on IE 7 and 8. how can I have them both installed on windows 7?
thanks
Hiya. I'm a developer and I need to test my web applications on IE 7 and 8. how can I have them both installed on windows 7? thanks
| |||
|
feedback
|
This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.
|
Use the IE8 Developer Tools (under Tools menu, or press F12). You can set the Browser mode and Document mode to IE7. I've used this for development, and it has worked well. | |||
|
feedback
|
|
Short answer - you can't Long Answer - Install Windows XP Mode and run IE7 in that. EDIT: I have not suggested any other VM solutions as they will require an extra Windows XP licence - Windows 7 Pro, Ultimate and Enterprise include a Windows XP licence to be used in Windows XP Mode | |||||||||
feedback
|
|
IE8 does have compatibility mode that can render pages as IE7 would see them. I would not relay on this for testing Javascript but for testing CSS it is fine. | |||||||
feedback
|
|
You could also try something like this site: which allows you to download and run various browsers in "sandboxed" modes, that can run alongside each other. | |||
|
feedback
|