上一页 1 ··· 9 10 11 12 13
摘要: css 浮动中避免包含元素高度为0的4种解决方法 阅读全文
posted @ 2014-03-22 12:51 hugh.wei 阅读(99) 评论(0) 推荐(0) 编辑
摘要: iconfont 阅读全文
posted @ 2014-03-22 12:20 hugh.wei 阅读(79) 评论(0) 推荐(0) 编辑
摘要: 1)在看《web前端修炼之道》中对其中一段代码,一直运行不通 1 function extend(subClass,superClass){ 2 var F=function(){}; 3 F.prototype=superClass.prototype; 4 subClass.prototype=new F(); 5 subClass.prototype.constructor=subClass; 6 subClass.superClass=superClass.prototype; 7 if(superClass.prototype.cons... 阅读全文
posted @ 2014-03-21 16:35 hugh.wei 阅读(568) 评论(0) 推荐(0) 编辑
摘要: JavaScript中__proto__与prototype的关系 阅读全文
posted @ 2014-03-21 15:36 hugh.wei 阅读(92) 评论(0) 推荐(0) 编辑
摘要: 1)css中的百分比,就目前所知,基本上都是根据父元素的大小来计算的。launch 边距使用百分比 阅读全文
posted @ 2014-03-20 22:10 hugh.wei 阅读(276) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13