摘要: 1.用table布局时,如果设置了table-layout:fixed或者对第一行的两个列进行了合并后导致后面的列宽度失效,这是可以使用 <colgroup> <col style="width:140px;" /> <col /> </colgroup> 来解决 2.margin collapsi 阅读全文
posted @ 2015-06-13 16:01 yyq745201 阅读(123) 评论(0) 推荐(0)