-
Notifications
You must be signed in to change notification settings - Fork 0
/
shengji.html
18 lines (18 loc) · 1.12 KB
/
shengji.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!--[if lte IE 6]>
<div id="ie6-warning"><p>本页面采用HTML5+CSS3,您正在使用 Internet Explorer ,在本页面的显示效果可能有差异。建议您升级到 <a href="http://www.microsoft.com/china/windows/internet-explorer/" target="_blank">Internet Explorer 9</a> 或以下浏览器:
<a href="http://www.mozillaonline.com/">Firefox</a> / <a href="http://www.google.com/chrome/?hl=zh-CN">Chrome</a> / <a href="http://www.apple.com.cn/safari/">Safari</a> / <a href="http://www.operachina.com/">Opera</a></p></div>
<![endif]-->
<style type="text/css">
/*ie6提示*/
#ie6-warning{width:100%;position:absolute;top:0;left:0;background:#ffffe1;padding:5px 0;font-size:12px}
#ie6-warning p{width:960px;margin:0 auto;}
</style>
<script type="text/javascript" src="http://lib.sinaapp.com/js/jquery/1.8/jquery.min.js"></script>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<script type="text/javascript">
jQuery(function ($) {
if ( jQuery.browser.msie && ( jQuery.browser.version == "6.0" ) && !jQuery.support.style ){
jQuery('#ie6-warning').css({'top':jQuery(this).scrollTop()+'px'});
}
});
</script>