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) 编辑
摘要: <div class="search"><input type="text" value="Seach Products" onFocus="if(this.value=='Seach Products'){this.value='';this.style.color='#222';}" onBlu 阅读全文
posted @ 2017-04-10 11:47 jar_gon 阅读(172) 评论(0) 推荐(0) 编辑
摘要: 加载js库的时候可以加载google CDN,可以同时加载多个jquery库<script src="http://www.google.com/jsapi"></script>google.load("jquery","1.4.2");google.setOnLoadCallback(functi 阅读全文
posted @ 2017-04-10 11:47 jar_gon 阅读(121) 评论(0) 推荐(0) 编辑
摘要: <article>定义页面独立的内容区域。例如外部来的文章。 <aside>定义页面的侧边栏内容。<aside> 标签定义 <article> 标签外的内容。 <details>用于描述文档或文档某个部分的细节,点击展开效果。<details><summary>Copyright 1999-2011 阅读全文
posted @ 2017-04-10 11:45 jar_gon 阅读(209) 评论(0) 推荐(0) 编辑
摘要: <div id="img" style="position:absolute;; width: 561; height: 473"><a href="http://www.aqsw.cn/index.asp" target="_blank"><img src="images/fudong.jpg" 阅读全文
posted @ 2017-04-10 11:44 jar_gon 阅读(114) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.or 阅读全文
posted @ 2017-04-10 11:43 jar_gon 阅读(124) 评论(0) 推荐(0) 编辑
摘要: svn 插件安装http://subclipse.tigris.org/update_1.12.x教程地址http://jingyan.baidu.com/article/f71d60376b4c571ab741d174.html jdk环境变量配置教程地址http://jingyan.baidu. 阅读全文
posted @ 2017-04-10 11:42 jar_gon 阅读(136) 评论(0) 推荐(0) 编辑
摘要: filter:alpha(opacity=0); opacity:0;filter:alpha(opacity=70); opacity:0.7; 阅读全文
posted @ 2017-04-10 11:39 jar_gon 阅读(94) 评论(0) 推荐(0) 编辑
摘要: CSS兼容常用技巧 请尽量用xhtml格式写代码,而且DOCTYPE影响 CSS 处理,作为W3C标准,一定要加DOCTYPE声明。 1.div的垂直居中问题 vertical-align:middle; 将行距增加到和整个DIV一样高 line-height:200px; 然后插入文字,就垂直居中 阅读全文
posted @ 2017-04-10 11:37 jar_gon 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 具体代码:1、水平翻转-moz-transform:scale(-1,1);-webkit-transform:scale(-1,1);-o-transform:scale(-1,1);transform:scale(-1,1);filter:FlipH; 2、垂直翻转-moz-transform: 阅读全文
posted @ 2017-04-10 11:34 jar_gon 阅读(235) 评论(0) 推荐(0) 编辑
摘要: width:200px; white-space:nowrap; word-break:keep-all; overflow:hidden; text-overflow:ellipsis; 移动端支持率不是很好。 阅读全文
posted @ 2017-04-10 11:31 jar_gon 阅读(235) 评论(0) 推荐(0) 编辑