Click here to Skip to main content
15,886,049 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi all,

Please help, IE10 compatibility mode page display Issue: webpage items( images) displays in single column

on other browsers its working fine

Screen shots here, please check screen shot here

Please reply with solution.
Thanks in advanced
Posted
Updated 25-Apr-13 19:05pm
v4
Comments
sri senthil kumar 26-Apr-13 9:25am    
Always there will be compatibility issues with IE. If you could share your code we can give suggestions on what needs to be changed to fix'em
GregWyatt 26-Apr-13 13:37pm    
If you are managing your IIS server and it is older it may not have the records needed to interrupt a request from IE 10. Because it doesn't recognize the IE version. Here is an article describing the issue: http://www.hanselman.com/blog/BugAndFixASPNETFailsToDetectIE10CausingDoPostBackIsUndefinedJavaScriptErrorOrMaintainFF5ScrollbarPosition.aspx
This will only help you if this is your issue, if it doesn't let us know so that we can rule this particular problem out.

For compatibility mode try to add json2.js file in your project and try out.
 
Share this answer
 
XML
<!doctype html>
 <meta http-equiv="X-UA-Compatible" content="IE=Edge">

Try using the above code
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900