Some of your contents may not support in IE browser higher versions.
So we can degrade to down versions by following:
In your master page you can see a tag like:
<head runat="server">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
</head>
In content you can change the version of your browser:
<meta http-equiv="X-UA-Compatible" content="IE=9" />
So we can degrade to down versions by following:
In your master page you can see a tag like:
<head runat="server">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
</head>
In content you can change the version of your browser:
<meta http-equiv="X-UA-Compatible" content="IE=9" />
No comments:
Post a Comment