IE in parallel
prologue
Most people doing web design should know by now that designer Joe Maddalone happened to solve one of the major problems faced by all dedicated web designers in the world. Running several versions of Internet Explorer in parallel (multiple explorers) on the same machine is no longer impossible. Those who have not heard about this, please check the following sites (not all in English):
problem and solution
Once you have installed the different versions of IE, you are facing a new problem because all the open IE windows look alike. Blechtrottel brodaktschns could not possibly put up with this and decided to find a way to overcome this problem, which, after a few failures, was eventually achieved:
IE4, IE5 and IE5.5
The road to success started with the BrandBitmap, an animated logo on the right end of the IE toolbar. Most options of IE are written into the registry of Windows where they control the appearance of all versions installed and stubbornly refuse to be adapted separately. So the only way to separate appearances is to alter the files of the different versions. These files contain many icons and logos but only changes to the BrandBitmap have the desired effect on the browser window.
For these changes we used a freeware tool called Resource Hacker. The (animated) images for versions 5.x can be found in browseui.dll, for version 4 it is in shdocvw.dll. Open one of these in Resource Hacker and go to the BITMAP section where you will find entries 304, 305 and 306, containing the animations as successions of single frames like strips of film. You can replace these by single-frame images in corresponding sizes of 38x38, 26x26 and 22x22 pixels. The colour depth in each case is 8bit.
IE6
For IE6 the steps described above do not work. The toolbar stubbornly displays a Windows logo. By this logo you can identify IE6 alright, but if that does not please you try doing the following:
Warning: For these changes you have to tinker with the registry. If you do not know what you are doing better leave it alone. You have been warned!
- Save two bitmaps the size of 38x38 and 22x22 pixels into the same directory where your standalone IE6 resides. We at blechtrottel brodaktschns named ours ie6_304.bmp and ie6_306.bmp
- In the registry go to the following key: HKCU\Software\Microsoft\Internet Explorer\Toolbar. Add two string keys there: BigBitmap with the value ie6_304.bmp and SmallBitmap with the value ie6_306.bmp
Important: These values must not have full paths to the bitmaps as this will change the appearance of all standalone versions of IE!
IE7
IE7 brings us to another dll, as it does not display the BrandBitmap as older versions did. With Resource Hacker you can open ieframe.dll and under the heading BITMAP look for two entries named SEARCH_XP.BMP and SEARCH_XP_120.BMP. These control the images of the keys used for internet searches in the upper right corner of IE.
We at blechtrottel brodaktschns replaced them by version number 7 (s. above). Don't worry, the magnifying glass is not completely gone. If you hover over or click onto the key everything goes back to normal.
download
If you do not want to do everything yourself you can download the dll's from blechtrottel brodaktschns as ie4.zip, ie5.zip and ie55.zip. In addition these archives contain three bitmap templates in case you want to develop your own designs, after all.
Our ie6.zip contains just the two bitmaps, of course.
And ie7.zip again offers you both the bitmaps and the dll.
Oh yes, we deliberately forgot to deal with IE3.
extra
If you want to know if Conditional Comments work and if your browser windows are named correctly, have a look at our ie-cc-test.html.
Simply open it in the browser in question.




