view - IE9 compatibility mode -
i have issue website not working in ie10 (some pages using iframes). in ie10, can click on 'compatibility view' button , works fine again.
to avoid users having this, tried insert meta tag in header of master page (it's .net website), , in root web.config (in system.webserver config block). tried ie=9, ie-8...
nothing works. browser not interpreting tag? know sees because when tag there, 'compatibility view' icon disappears. missing?
ie 9 – compatibility: <meta http-equiv="x-ua-compatible" content="ie=9">
if want ie 8: <meta http-equiv="x-ua-compatible" content="ie=8">
if want both: <meta http-equiv="x-ua-compatible" content="ie=9; ie=8;">
Comments
Post a Comment