有什么代码可以检测访问网站的浏览器是IE6而提醒网站不支持用IE6浏览...
发布网友
发布时间:2024-10-24 12:51
我来回答
共2个回答
热心网友
时间:2024-11-09 05:31
<pre>
<html>
<head>
<title>判断IE版本并给出提示升级浏览器</title>
</head>
<style type="text/css">
#ie6-warning{
background:rgb(255,255,225) url("/upload/201006/20100628012515690.gif") no-repeat scroll 3px center;
position:absolute;
top:0;
left:0;
font-size:12px;
color:#333;
width:97%;
padding: 2px 15px 2px 23px;
text-align:left;
}
#ie6-warning a {
text-decoration:none;
}
</style>
<body>
<!--[if lte IE 6]>
<div id="ie6-warning">您正在使用 Internet Explorer 6,在本页面的显示效果可能有差异。建议您升级到 <a href="http://www.microsoft.com/china/windows/internet-explorer/" target="_blank">Internet Explorer 8</a> 或以下浏览器: <a href="http://www.mozillaonline.com/">Firefox</a> / <a href="http://www.google.com/chrome/?hl=zh-CN">Chrome</a> / <a href="http://www.apple.com.cn/safari/">Safari</a> / <a href="http://www.operachina.com/">Opera</a>
</div>
<script type="text/javascript">
function position_fixed(el, eltop, elleft){
// check if this is IE6
if(!window.XMLHttpRequest)
window.onscroll = function(){
el.style.top = (document.documentElement.scrollTop + eltop)+"px";
el.style.left = (document.documentElement.scrollLeft + elleft)+"px";
}
else el.style.position = "fixed";
}
position_fixed(document.getElementById("ie6-warning"),0, 0);
</script>
<![endif]-->
</body>
</html>
</pre>
热心网友
时间:2024-11-09 05:26
控制面板--删除IE8--回滚到IE6 ...找不到可以用快捷方式:在运行里输入:...最要命的是,这些增加的代码还会影响...不习惯8的,有火狐,搜狗,TT, 360等