Home » Questions » Computers [ Ask a new question ]

Web Application Compatible with IE6 alone, How to run it on IE7

Web Application Compatible with IE6 alone, How to run it on IE7

I have a custom ASP.NET web application which runs fine on IE6 without any issues. However, if I launch it on IE7/IE8, it complains of compatibility issues and all of my text is all overlapped.

Asked by: Guest | Views: 322
Total answers/comments: 1
Guest [Entry]

"Your problem is that there is no ""EmulateIE6"". The possible vaules are listed in HTTP-EQUIV Attribute | httpEquiv Property.

I would try setting it to ""IE=5"" and see if that helps.

And absolutely imperative that you update the browsers to something modern."