Jump to content

Recommended Posts

with regards to the Acid 2 test, unfortunately I managed to come across some leaked code from IE8:

 

if ($url == 'http://www.webstandards.org/files/acid2/test.htm') {
   # load pre-drawn image cut from an Opera screenshot. that'll fool 'em
   loadImage('acid2_opera.gif')
}
else {
   # now we have determined those pesky web people are not looking at the Acid page, we can render the page normally.
   # that is to say, broken.
   if (stristr($url, 'microsoft.com')) {
      outputPageProperly();
   }
   else
   if (stristr($url, 'firefox')) {
      reallyBuggerThingsUpToMakeThemBelieveFirefoxIsCrap()
   }
   else
   if (styleSheetLooksValid()) {
      invalidateStylesheet()
   }
   else {
      invalidateSomethingElseAnyway() 
   }
}

Link to comment
https://forums.phpfreaks.com/topic/95974-ie-8-beta/#findComment-491379
Share on other sites

I have already dropped it seeing as I cannot run IE6 alongside IE7.

Not entirely true.

 

If you're using Windows Vista it is. IE6 is too tightly coupled to the Windows XP kernel which makes it impossible to run IE6 on Windows Vista that uses the newer NT 6.0 kernel. As far as I know has nobody succeeded in getting IE6 to work natively and full functionally under Vista. As seen in the screenshots I posted earlier in this thread I'm using Vista which means that'll I'll have to run an earlier version of Windows in a virtual machine in order to run IE6.

Link to comment
https://forums.phpfreaks.com/topic/95974-ie-8-beta/#findComment-491716
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.