上一页 1 2 3 4 5 6 7 8 9 10 ··· 31 下一页

2015年6月5日

【经验心得】如何使用js懒加载图片

摘要: http://blog.sina.com.cn/s/blog_533587770101hefn.htmljs懒加载图片简介:如何提高网页加载速度?在网页中有许多img标签,这些标签就是图片,其属性src则是指向服务器地址,当浏览器从上往下读取到src标签中的地址时,浏览器就会开启线程,加载这张图片。... 阅读全文

posted @ 2015-06-05 17:10 鬼鬼丫404 阅读(201) 评论(0) 推荐(0) 编辑

js实现图片在未加载完成前显示加载中字样

摘要: http://www.jb51.net/article/54734.htm图片预加载 阅读全文

posted @ 2015-06-05 16:42 鬼鬼丫404 阅读(1052) 评论(0) 推荐(0) 编辑

chrome input 光标垂直居中问题

摘要: http://blog.csdn.net/isaisai/article/details/42108333chrome 下设置较高的input 的时候,光标不会居中(即使设置了相同的height 和line-height)解决方法:部分高度使用 相同 padding-top 和padding-bo... 阅读全文

posted @ 2015-06-05 16:18 鬼鬼丫404 阅读(246) 评论(0) 推荐(0) 编辑

2015年6月1日

h5极客学院

摘要: http://www.jikexueyuan.com/path/html5/ 极客学院http://edu.51cto.com/course/course_id-219.html CTO 阅读全文

posted @ 2015-06-01 17:58 鬼鬼丫404 阅读(103) 评论(0) 推荐(0) 编辑

2015年5月22日

IE6下绝对定位的DIV被相对定位的DIV挡住的问题

摘要: http://blog.sina.com.cn/s/blog_4be6505c0101cicr.html今天在做项目的时候,遇到了一个问题,在一个div中,有个绝对的div,不论这个绝对定位的div的z-index多大,都会被其它相对定位的div挡住,这个问题只限在ie6下,其它的浏览器却没有问题。... 阅读全文

posted @ 2015-05-22 10:41 鬼鬼丫404 阅读(188) 评论(0) 推荐(0) 编辑

2015年5月18日

js表单检测---文字,数字,性别,手机号码

摘要: var realname = $.trim($('#realname').val()); if (realname.length <= 0) { subBtnClick = 0; return alert('请填写您的姓名!'); } else { $.YR.survey['field_5']... 阅读全文

posted @ 2015-05-18 17:29 鬼鬼丫404 阅读(282) 评论(0) 推荐(0) 编辑

jQuery全屏滚动插件fullPage.js演示

摘要: http://www.17sucai.com/preview/21531/2014-01-17/jQuery%E5%85%A8%E5%B1%8F%E6%BB%9A%E5%8A%A8%E6%8F%92%E4%BB%B6fullPage/index.htmlhttp://www.zjgsq.com/16... 阅读全文

posted @ 2015-05-18 14:34 鬼鬼丫404 阅读(148) 评论(0) 推荐(0) 编辑

2015年5月15日

IE8中,图片lebel不能正常使用解决办法

摘要: http://www.cnblogs.com/mybest/articles/1743786.htmlhttp://ryx.utan.com/survey/slimming/twostage例子代码black-and-whiteblack-and-white以上代码,在IE8中运行不正常,在火狐中正... 阅读全文

posted @ 2015-05-15 13:07 鬼鬼丫404 阅读(115) 评论(0) 推荐(0) 编辑

2015年4月29日

_实用的cms企业后台管理模板

摘要: democms.zip 阅读全文

posted @ 2015-04-29 14:57 鬼鬼丫404 阅读(104) 评论(0) 推荐(0) 编辑

【心得总结】超炫CSS3动画制作网站 ----常用动画效果总结2

摘要: demo常用CSS3动画.rar 阅读全文

posted @ 2015-04-29 14:56 鬼鬼丫404 阅读(69) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 9 10 ··· 31 下一页

导航