10 2015 档案

摘要:对于表格中内容超出长度改变表格长度需要设置如下属性white-space:nowrap; overflow:hidden; text-overflow:ellipsis;还有table的属性able-layout:fixed,这会使表格大小不会因为内容变化而变化。当表格table-layout为fi... 阅读全文
posted @ 2015-10-29 16:23 Mr-Lonely 阅读(607) 评论(0) 推荐(0)
摘要:今天看了高程,其中有一段代码讲到闭包function createFunctions(){ var result = new Array(); for (var i=0; i "); }最后在得出的数组运行之... 阅读全文
posted @ 2015-10-21 12:42 Mr-Lonely 阅读(119) 评论(0) 推荐(0)
摘要:BFC----Block Formatting Context.clearfix{*zoom:1;}.clearfix:before,.clearfix:after{display:table;line-height:0;content:"";}.clearfix:after{clear:both;... 阅读全文
posted @ 2015-10-15 13:30 Mr-Lonely 阅读(196) 评论(0) 推荐(0)