Nyilván vannak fejlesztők, akiknek nehézséget okoz, hogy az IE7 jónéhány web oldalt az IE6-tól eltérően (mondhatjuk hibásnak is, de ez nem feltétlenül korrekt) jelenít meg. Na most ez nem újkeletű dolog, hiszen egyes dolgok megjelenítésében eltérés van az Opera, FireFox és az IE6 között is. Az IE6 és IE7 között azonban szignifikáns az eltérés. Ez alapvetően a CSS szabvány(ok) értelmezésében, interpretálásában keresendő. Az ellentmondások áthidalására találták ki a “standalone” módot. Ebben az esetben több, eltérő verziójú IE működhet egymás mellett.
Két, egymástól eltérő megvalósítású IE standalone:
1.)Yousif (TredoSoft) ez egy egyszerűbb megoldás
“The following steps should get IE7 up and running
- Extract the IE7 self-extracting archive with WinRar or using the /x switch
IE7-WindowsXP-x86-enu.exe /x
- Navigate to the update directory of the extracted archive and run the following updates:
xmllitesetup.exe
(This will enable limited support of tabbed browsing)
nldsl.exe
idndl.exe
- create an empty text file called “
iexplore.exe.local
” and place it in the same directory as iexplore.exe
- Run
iexplore.exe
!
To enable conditional CSS support you need to edit the windows registry:
- Click Start -> Run…
- type “
regedit
” to start the registry editor.
- Navigate to
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Version Vector
- rename the key “
IE
” to “xIE
“.
Obviously some features will be broken like :
- Context menus (the one you see when you right click on an empty space).
- The main menu bar.
- Disabling popup blocker.
- Feed reader.
- Installing ActiveX components and ActiveX support.
- Showing combo-boxes
- Web pages that require authentication.
- Adding search providers via websites (like this one for example)
The only way to fix this is to install IE7 using the official installer. The reason is that they require replacing certain keys used by IE6 in the windows registry. “
Link to Internet Explorer 7 running side by side with IE6. (standalone mode) | TredoSoft
2.) Jon Galloway különféle registry furfangok (regmon, regmontoregfile) segítségével egy .reg file-t készített.
Részletesen: http://tools.veloc-it.com/tabid/58/grm2id/4/Default.aspx
Mindkét megoldás használható. Galloway még adós a végleges IE7 megoldásával, Yousif megoldása erre is jó.