My company currently uses IE as their standard browser (I know...). This is causing an issue with an ASP MVC site we just released as most IE browsers are set to enable "intranet compatibility moide." This causes the display of some of the elements to be quite a bit off. Since it would be very difficult to instruct all of our employees on how to turn this off, is there a way to compensate for it in the code?
Asked
Active
Viewed 81 times
1
-
http://stackoverflow.com/questions/2518256/override-intranet-compatibility-mode-ie8 this should help – Kundan Singh Chouhan Jan 23 '13 at 16:03
-
Duplicate: http://stackoverflow.com/questions/3449286/force-ie-compatibility-mode-off-in-ie-using-tags – MisterIsaak Jan 23 '13 at 16:07
-
1+1 for `(I know...)`. But your question is a dupe. – Darin Dimitrov Jan 23 '13 at 16:08
-
Great, thanks guys. Can I close this or does a mod have to? – NealR Jan 23 '13 at 17:57