上一页 1 ··· 12 13 14 15 16
摘要: HTML部分: 1.<a onclick="logoClick()"></a> 2.<div id="canvasZone"> <canvas id="myCanvas"></canvas> </div> CSS部分: #canvasZone { width: 100%; height: 100%; 阅读全文
posted @ 2015-12-18 22:05 SKILL·NULL 阅读(993) 评论(0) 推荐(0)
摘要: if(navigator.userAgent.indexOf("MSIE 6.0") < 0) { //相应JavaScript脚本} 阅读全文
posted @ 2015-11-24 15:18 SKILL·NULL 阅读(188) 评论(0) 推荐(0)
摘要: CSS部分: #Tab { margin:0 auto; width:640px; border:none; position:absolute; z-index:9; margin-left:320px; _margin-left:0px; padding-top:180px;}.Menubox 阅读全文
posted @ 2015-11-17 10:15 SKILL·NULL 阅读(1166) 评论(0) 推荐(0)
摘要: /*背景渐变*/.linear{ width:100%; height:600px; background-color:#fff;/*若浏览器不支持渐变,则显示这个背景色*/ background: -ms-linear-gradient(left,#dbecf6 0%,#C0D9ED 100%); 阅读全文
posted @ 2015-10-30 16:54 SKILL·NULL 阅读(216) 评论(0) 推荐(0)
摘要: /*IE8支持placeholder占位符*/ if( !('placeholder' in document.createElement('input')) ){ $('input[placeholder],textarea[placeholder]').each(function(){ var 阅读全文
posted @ 2015-10-23 14:06 SKILL·NULL 阅读(316) 评论(0) 推荐(0)
摘要: JS打造的跟随鼠标移动的酷炫拓图案 阅读全文
posted @ 2015-10-08 10:02 SKILL·NULL 阅读(704) 评论(0) 推荐(0)
摘要: 获取当前阳历日期时间,阴历日期和星期,三者分开,可自行调整顺序。 新建JS文件getdates.js,代码如下: /*获取当前阳历日期*/ function getCurrentDateTime () { var d = new Date(); var year = d.getFullYear(); 阅读全文
posted @ 2015-10-07 14:54 SKILL·NULL 阅读(1066) 评论(0) 推荐(0)
摘要: 无需背景图片就可以实现导航栏分割线,颜色自定,线段虚实自定。 .nav1{ width:auto; height:50px; text-align:center; margin:13px auto 0; } .nav1 a{ display: inline-block; text-decoratio 阅读全文
posted @ 2015-10-07 14:47 SKILL·NULL 阅读(1789) 评论(2) 推荐(0)
摘要: 对“清华大学出版社”出版的 “Java程序设计与应用开发(第2版)”中关于身份证号码合法性验证代码错误的修正 阅读全文
posted @ 2013-04-12 19:38 SKILL·NULL 阅读(440) 评论(0) 推荐(0)
上一页 1 ··· 12 13 14 15 16