Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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

share|improve this question
Where did you find the chrome=1 part? 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

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.