internet explorer 11 - How to make IE11 behave like IE8 -


my application works fine ie8 not in ie11. not in condition make change in code application code huge.so using following code in common top level jsp:-

<meta http-equiv="x-ua-compatible" content="ie=emulateie8"> 

but still application view not same when manually run page in compatible mode.what have notice when manually run page in compatible mode document mode set 5(default) when using meta tag document mode still set edge.

thanks

you can forcefully emulate ie11 behave similar ie8.add below lines of code web.config file

<httpprotocol>   <customheaders>     <clear/>     <add name="x-ua-compatible" value="ie=emulateie8"/>   </customheaders> </httpprotocol> 

Comments

Popular posts from this blog

java - Andrioid studio start fail: Fatal error initializing 'null' -

android - Gradle sync Error:Configuration with name 'default' not found -

StringGrid issue in Delphi XE8 firemonkey mobile app -