我的一個小問題。我的工作在我公司新的內部網頁應optimizied的Internet Explorer 9。到目前爲止,我已經給下面的HTML代碼:爲什麼IE9會自動更改爲兼容性視圖模式?
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<title>Intranet</title>
</head>
<body>
<div id="wrapper">
<div id="navigation">
nav
</div>
<div id="content">
content
</div>
<div id="content_shadow"></div>
<div id="right">
<a href="/"><img src="/gfx/logo.png" alt="alt" title="title" class="logo" /></a>
</div>
<br class="clear" />
</div>
</body>
</html>
以任何理由Internet Explorer中顯示我的符號,有兼容性問題在我身邊,當我點擊它時,根本沒有任何改變,但我只是想知道爲什麼兼容性圖標已經出現了?我的代碼有問題嗎?
感謝您的幫助
非常完美,非常感謝您的快速回答! – Crasher