HTML IE 6检测消息

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了HTML IE 6检测消息相关的知识,希望对你有一定的参考价值。

<!--[if IE 6]>

<div id="ie6-warning">
Your browser appears to be Internet Explorer 6. It is an obsolete browser and may not display correctly on modern websites, therefore it is recommended that you update it. Quick to install, you can <a href=”http://www.microsoft.com/windows/internet-explorer/default.aspx”>download the newest version here</a>.
</div>

<style type="text/css">
#ie6-warning {
background: #FFFF00;
border: 2px #CC0000;
color: #000000;
width: 855px;
padding: 10px;
font-size: 15px;
margin-left: 50px;
}
#ie6-warning a {
text-decoration: none;
}
</style>

HTML 使IE8像IE7一样

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />

以上是关于HTML IE 6检测消息的主要内容,如果未能解决你的问题,请参考以下文章

我可以用 PHP 检测 IE6 吗?

检测IE 6 Javascript

JavaScript 检测IE 6 Javascript

html 如果检测到ie7则覆盖

html 用于检测浏览器是否为IE8的HTML

jQuery IE6检测