源于生活

标题: IE6提示下载新的浏览器提示 [打印本页]

作者: kevin-ying    时间: 2015-8-30 20:29
标题: IE6提示下载新的浏览器提示
  1. <style type="text/css">
  2. #IE6_err{
  3. background:rgb(255,255,225) url("") no-repeat scroll 3px center;
  4. position:absolute;
  5. top:0;
  6. left:0;
  7. font-size:12px;
  8. color:#333;
  9. width:97%;
  10. padding: 2px 15px 2px 23px;
  11. text-align:left;
  12. }
  13. #IE6_err a {
  14. text-decoration:none;
  15. }
  16. </style>
  17. <!--[if lte IE 6]>
  18. <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>
  19. </div>
  20. <script type="text/javascript">
  21. function position_fixed(el, eltop, elleft){
  22. // check if this is IE6
  23. if(!window.XMLHttpRequest)
  24. window.onscroll = function(){
  25. el.style.top = (document.documentElement.scrollTop + eltop)+"px";
  26. el.style.left = (document.documentElement.scrollLeft + elleft)+"px";
  27. }
  28. else el.style.position = "fixed";
  29. }
  30. position_fixed(document.getElementById("IE6_err"),0, 0);
  31. </script>
  32. <![endif]-->
复制代码







欢迎光临 源于生活 (http://bbs.vingoo.info/) Powered by Discuz! X3.1