上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 25 下一页
摘要: <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title></title> <style> *{ box-sizing: border-box; } 阅读全文
posted @ 2016-10-11 15:32 dongxiaolei 阅读(280) 评论(0) 推荐(0) 编辑
摘要: ; (function ($) { $.extend($.easing, { easeOutElastic: function (x, t, b, c, d) { var s = 1.70158; var p = 0; var a = c; if (t == 0) return b; if ((t 阅读全文
posted @ 2016-10-11 15:11 dongxiaolei 阅读(925) 评论(0) 推荐(0) 编辑
摘要: 1.首先在github.com上申请一个账号2.Eclipse需要安装egit插件,在Eclipse中选择help-》Marketplace,在search中输入egit,找到后安装即可 3.从Eclipse中选择File-》import-》Git-》Projects from Git 4.选择ne 阅读全文
posted @ 2016-10-11 14:26 dongxiaolei 阅读(26699) 评论(0) 推荐(1) 编辑
摘要: //判断屏幕高度,根据屏幕高度设置样式 var $body_height=$(window).height(); if($body_height>800){ $(".index_footer").addClass('index_footer_fix'); }else{ $(".index_footer").removeClass('in... 阅读全文
posted @ 2016-10-08 09:33 dongxiaolei 阅读(1311) 评论(0) 推荐(0) 编辑
摘要: IE8以上兼容: div>p div+p div[attribute=value] div[attribute^=value] div[attribute$=value] div[attribute*=value] div[attribute] p:first-letter p:first-line 阅读全文
posted @ 2016-09-23 15:55 dongxiaolei 阅读(96) 评论(0) 推荐(0) 编辑
摘要: <address> 标签定义文档或文章的作者/拥有者的联系信息。 兼容所有浏览器 <area> 标签定义图像映射中的区域(注:图像映射指得是带有可点击区域的图像)。兼容所有浏览器 <b> 标签规定粗体文本。 兼容所有浏览器 <tt> 标签呈现类似打字机或者等宽的文本效果。 兼容所有浏览器 <i> 标 阅读全文
posted @ 2016-09-23 15:49 dongxiaolei 阅读(1944) 评论(0) 推荐(1) 编辑
摘要: IE6-9 阅读全文
posted @ 2016-09-22 11:29 dongxiaolei 阅读(686) 评论(0) 推荐(0) 编辑
摘要: 注:每个文字之间需要要加一个空格,不然chrome下不兼容,火狐中文字之间的空隙不一致 阅读全文
posted @ 2016-09-17 16:22 dongxiaolei 阅读(599) 评论(0) 推荐(0) 编辑
摘要: /*! jQuery v1.10.2 | (c) 2005, 2013 jQuery Foundation, Inc. | jquery.org/license //@ sourceMappingURL=jquery.min.map */ (function(e,t){var n,r,i=typeo 阅读全文
posted @ 2016-09-12 17:41 dongxiaolei 阅读(1558) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <title></title> <style> *{margin:0;padding:0;} ul{list-style:none;margin:30px auto;widt 阅读全文
posted @ 2016-09-12 11:36 dongxiaolei 阅读(173) 评论(0) 推荐(0) 编辑
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 25 下一页