|
- <style type="text/css">
- #IE6_err{
- background:rgb(255,255,225) url("") 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_err a {
- text-decoration:none;
- }
- </style>
- <!--[if lte IE 6]>
- <div id="IE6_err">您正在使用 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/" target="_blank">Firefox</a> / <a href="http://www.google.com/chrome/?hl=zh-tw" target="_blank">Chrome</a> / <a href="http://www.apple.com.cn/safari/" target="_blank">Safari</a> / <a href="http://www.operachina.com/" target="_blank">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_err"),0, 0);
- </script>
- <![endif]-->
复制代码
|
|