Re: loadscripts.aspx line 627 and internet explorer 8

  •  06-15-2009, 5:36 PM

    Re: loadscripts.aspx line 627 and internet explorer 8

    I've been having this issue also, but didn't want to change my doctype definitions as this broke more than it fixed.
     
    You can target IE8 via meta tags to behave like IE7 with this tag:
     
    <meta http-equiv="X-UA-Compatible" content="IE=7" />
     
View Complete Thread