一段抛弃IE6的提醒

<!--[if IE 6]>
<style>
#ie6-tip{height: 25px;line-height: 25px;background: #FEFAEC;text-align: center;}
#ie6-tip div{width:980px;margin:auto;}
#ie6-tip a{color: #FF4F30;cursor:pointer;}
#ie6-tip a:hover{text-decoration:underline;}
#ie6-tip a.ie6-tip-close{display:block;float:right;margin-top:-25px;}
</style>
<script>document.writeln('<div id="ie6-tip"><div>温馨提示:您还在使用十几年前的浏览器IE6?预防购物风险,享受更棒的体验赶快来更新您的<a href="http://windows.microsoft.com/zh-CN/internet-explorer/downloads/ie-8" target="_blank">IE浏览器</a>或使用<a href="https://www.google.com/intl/zh-CN/chrome/browser/?hl=zh-CN" target="_blank">谷歌浏览器</a>吧!<a id="js-ie6-tip-close" class="ie6-tip-close">不再提示</a></div></div> ');$(document).ready(function(e) {$("#js-ie6-tip-close").click(function(){$("#ie6-tip").remove();try{jQuery.cookie("ie6",1,{path:'/',expires:7});}catch (e){}return false;});});</script>
<![endif]-->

posted on 2015-03-29 18:45  bigdesign  阅读(138)  评论(0编辑  收藏  举报