2017年4月10日
摘要: 网页不能复制<body leftmargin="10" topmargin="0" marginheight="0" marginwidth="0" onmousemove='HideMenu()' oncontextmenu="return false" ondragstart="return f 阅读全文
posted @ 2017-04-10 11:56 jar_gon 阅读(174) 评论(0) 推荐(0) 编辑
摘要: .jx_r img{ max-width:550px; max-height:415px; vertical-align:middle;}.jx_r em{ margin-left:-1px; width:1px; height:100%; vertical-align:middle; displa 阅读全文
posted @ 2017-04-10 11:55 jar_gon 阅读(133) 评论(0) 推荐(0) 编辑
摘要: img{ filter:grayscale(100%); -webkit-filter:grayscale(100%); -moz-filter:grayscale(100%); -ms-filter:grayscale(100%); -o-filter:grayscale(100%); filte 阅读全文
posted @ 2017-04-10 11:54 jar_gon 阅读(121) 评论(0) 推荐(0) 编辑
摘要: <html><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312"><meta name="keywords" content="站长,网页特效,js特效,广告代码,zzjs,zzjs.net,sky,www 阅读全文
posted @ 2017-04-10 11:53 jar_gon 阅读(143) 评论(0) 推荐(0) 编辑
摘要: <a href="#" onfocus="this.blur()">去掉点击链接时出现的虚线</a> a{ blr:expression(this.onFocus=this.blur());}:focus { outline:0;}area{ blr:expression(this.onFocus= 阅读全文
posted @ 2017-04-10 11:52 jar_gon 阅读(161) 评论(0) 推荐(0) 编辑
摘要: <link rel="Shortcut Icon" href="favicon.ico"> 长宽:16*16 阅读全文
posted @ 2017-04-10 11:51 jar_gon 阅读(316) 评论(0) 推荐(0) 编辑
摘要: var box = 1111111111;alert(box.toLocaleString()); 阅读全文
posted @ 2017-04-10 11:50 jar_gon 阅读(138) 评论(0) 推荐(0) 编辑
摘要: $(window).scroll(function(){ if($(document).scrollTop()>=$(document).height()-$(window).height()){ alert("可以加载了"); } }); 阅读全文
posted @ 2017-04-10 11:50 jar_gon 阅读(144) 评论(0) 推荐(0) 编辑
摘要: <embed style="width: 243px; height: 211px" height=211 type=audio/x-pn-realaudio-plugin width=243 src=http://player.youku.com/player.php/sid/XNDY2MTA4M 阅读全文
posted @ 2017-04-10 11:49 jar_gon 阅读(278) 评论(0) 推荐(0) 编辑
摘要: $('.backTop, .backCss').click(function() { var id=$(this).attr('class'); $('html, body').animate({scrollTop: $('#'+id).offset().top}, 500); }); $("bod 阅读全文
posted @ 2017-04-10 11:49 jar_gon 阅读(329) 评论(0) 推荐(0) 编辑