Ctrl+/
IE11
F11
ESC
PgUp
PgDn
<html>
<head>
<title>判断IE版本并给出提示升级浏览器</title>
</head>
<style type="text/css">
#ie6-warning{
background:rgb(255,255,225) url("//ku.shouce.ren/files/images/201601/56a321a70e132.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;
CSS代码...
JS代码...
xxxxxxxxxx