Can anyone tell me is there anything wrong in this below code
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8,chrome=1" />
Inspite of this html line included in my code i am unable to load my application in IE9 with IE8 mode in my local machine. The Same thing is working in my production server.
Any possible reason??
Thanks
chrome=1part? that requires a plugin in IE that virually nobody will ever have. Did you place the meta tag in your<head>? And can you share a link where we can see it not working? – suicidal.banana Nov 22 '12 at 16:28