internet explorer 8 - fixing ASP.NET website that works in IE6, to work in IE8 -
i need fix asp.net website works in ie6, work in ie8 browser. added emulateie7 http header iis6 short term fix, still pages not displayed correctly. web app designed , developed ie6, upgrading ie8, there quick fix available ie6 website display correctly in ie8? thought emulateie7 works both ie7 , previous versions well, not correct?
regards,
rama
i can't remember level of css ie6 uses. maybe try telling ie8 render page ie5 did using following meta tag in each page:
<meta http-equiv="x-ua-compatible" content="ie=ie5" />
if site wide, add http header in web server itself.
Comments
Post a Comment