Click here to Skip to main content
15,896,606 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Friends,


I have an application in C# that my client is using.

Earlier they were using ie8 and ie9.

But now they want to use the same application on ie10,11.

but while they are opening web page, page are opening but contents are not alligned.

Can you people provide your suggestion or if any one have code like this please share with me.


Thanks for help.
Posted

1 solution

Try pushing the content mode like so:

HTML
<head>
    <meta http-equiv="X-UA-Compatible" content="IE=8;IE=9" />
</head>


That should force compatibility standards to the client browser.
 
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