固定在一个颜色的桌面

时间:2014-06-03 14:35:03

标签: html css

我有桌子,每列之间有一些空间。我想让它变得坚固,没有任何空间。这是我的风格:

<style>
tr, th, td {margin:0;padding:0;border:0;outline:0;font-size:90%;background:transparent;}
table{ margin:0px auto; width:40%; font-size:11px;}
table tr{ line-height:16px;}
table th {background:#eaeaea; padding:50px;}
table tr th{ background:#eaeaea;color:#404040; padding:3px; font-weight:bold }
table tr td{ padding:3px 5px; border-bottom: 2px solid #eaeaea; text-align:center;background:#fff}
table tr.noborder td{border:none;}
</style> 

我希望你明白我想要的东西:)

1 个答案:

答案 0 :(得分:0)

您需要添加到表 border-collapse:collapse; 它只显示一行