[CSS]1px 表格製作

.table{
border-spacing:0px; /*doesn't work in IE*/ 
width: 100%;
border-collapse: collapse;
table-layout: fixed;
}

沒有留言: