码迷,mamicode.com
首页 > 其他好文 > 详细

一段抛弃IE6的提醒

时间:2015-03-29 19:23:29      阅读:108      评论:0      收藏:0      [点我收藏+]

标签:

<!--[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]-->

一段抛弃IE6的提醒

标签:

原文地址:http://www.cnblogs.com/bigdesign/p/4376067.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!