How to set up multiple versions of IE on ONE computer!I did read through a mountain of tips and tricks at various fora. It seems that this has been a huge issue for web designers for some time! And it really should be a concern for eBook writers using AEC as well.
For once I can contribute with a solution!
No hack is required anymore.
Simply go to:http://browsers.evolt.org/?ie/32bit/standaloneand download the zipped version of whatever IE version your heart desires (such as IE5.01 AND 5.5 and perhaps even 4.0).
Just unzip each file into a new directory, and voila – the executable IE files you find there are actual standalone programs that you can run simultaneously with whatever you already have as part of your windows version.
The one problem with this is that the standalone versions takes on the name of the one you already have installed (like IE6.02) . Thus the IE specific “if IE X.Y. sniffer” will not work:
<*!--[if IE 5.5]>
<link href="ie55.css" rel="stylesheet" type="text/css" />
<![endif]--*>
(The *'s above should of course be removed - just added to be able to show the code in question here)
This is so since your newly installed IE5.5 renders web content as IE5.5 but listens to the name of IE 6…
However, being a little clever with the alternate IE CSS style sheet it is straightforward to test all the IE versions.
Hope somebody finds this useful!
Cheers,
Jaxz