Results 1 to 6 of 6

Thread: retain both IE6 and 7?

  1. #1
    Join Date
    Nov 2006
    Posts
    55
    Thanks
    10
    Thanked 0 Times in 0 Posts

    Default retain both IE6 and 7?

    Happy New Year to all.

    I have just upgraded IE6 to IE7.
    Is it possible to retain IE6 if I have downloaded IE7?
    I need to view the effect before uploading my webpage.
    Thanks.

  2. #2
    Join Date
    Sep 2005
    Location
    India
    Posts
    1,627
    Thanks
    6
    Thanked 107 Times in 107 Posts

    Default

    I don't think it is possible to retain IE 6 and IE 7 in a single Windows OS. You can install two different version of Windows and can install IE 6 in one and IE 7 in another.

  3. #3
    Join Date
    Jan 2007
    Location
    Surrey, UK
    Posts
    16
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    As I've just discovered, if you use the

    Code:
    <!--Force IE6 into quirks mode with this comment tag-->
    hack at the top of your page, IE7 will behave just the same as IE6!
    (in quirks mode, not in compatability mode)

    Hope this helps!

    Mike

  4. #4
    Join Date
    Nov 2006
    Posts
    55
    Thanks
    10
    Thanked 0 Times in 0 Posts

    Default

    Thanks to both codeexploiter and mike.

    Quote Originally Posted by mike_p View Post
    if you use the

    Code:
    <!--Force IE6 into quirks mode with this comment tag-->
    hack at the top of your page, IE7 will behave just the same as IE6!
    (in quirks mode, not in compatability mode)
    Mike, would appreciate if you could elaborate further : "at the top of your page" -------which part of the page?

    Many thanks in advance.

  5. #5
    Join Date
    Jan 2007
    Location
    Surrey, UK
    Posts
    16
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Mike, would appreciate if you could elaborate further : "at the top of your page" -------which part of the page?
    The line before your doctype declaration.
    (I think the theory is that the comment will cause IE6 to ignore the doctype declaration, causing it to use quirks mode. I've realised that it also works for IE7 and that quirks mode in IE7 is the same as in IE6)

  6. #6
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    You can get a 'stand-alone' installation of IE 6 from evolt.org:

    http://browsers.evolt.org/download.p...e6eolas_nt.zip

    I have one and several of the earlier versions as well. I have IE 7 installed as the official IE browser.

    There are some limitations with the ie6eolas browser, as it is called, (most notably from my point of view is that it chokes on the alpha opacity filter). But, it is a useful tool for checking many things in IE 6 without having to resort to booting up the old machine that I have around that still uses 6 as its primary Explorer.

    Another notable limitation with all of the stand alone legacy IE browsers is that when using IE conditional comments in your code, they respond as if they think they are the installed version on the computer.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •