- 從網頁程式設定相容性
<html>
<head>
  <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
  <title>網頁標題</title>
</head>
<body>
  <p>網頁內容...</p>
</body>
</html>
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<system.webServer>
<httpProtocol>
<customHeaders>
<clear />
<add name="X-UA-Compatible" value="IE=EmulateIE7" />
</customHeaders>
</httpProtocol>
</system.webServer>
</configuration> 
參考資料來源:
 
 
沒有留言:
張貼留言