I want to force webpage to IE9 compability mode.
-
Some web page is rigt action only in IE7 or 8.
So i want to force webpage to Compability mode.
I cod blow but it doesn't work.
How can i do that?
<head runat="server">
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9"/>
<link rel="stylesheet" type="text/css" href="../style/company.css" />
<script type="text/javascript" src="../../common/script/ui.js"></script><title></title>
</head>
hi My english is a little. anyway, nice to meet you~~ and give me your advice anytime~
-
Some web page is rigt action only in IE7 or 8.
So i want to force webpage to Compability mode.
I cod blow but it doesn't work.
How can i do that?
<head runat="server">
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9"/>
<link rel="stylesheet" type="text/css" href="../style/company.css" />
<script type="text/javascript" src="../../common/script/ui.js"></script><title></title>
</head>
hi My english is a little. anyway, nice to meet you~~ and give me your advice anytime~
<meta http-equiv="X-UA-Compatible" content="IE=8"> <meta http-equiv="X-UA-Compatible" content="IE=7"> and here is the link you can read about meta tags Link For Meta Tags[^]
ANuj