CSS
table tr {border-bottom:1px solid #008999}
HTML
< 3条回答 执念已碎 (楼主) 2020-12-28 13:35 Try giving table tr th {border-bottom:1px solid #008999} Then you can use table { border-collapse: collapse; } table tr {border-bottom:1px solid #008999; } See The collapsing border model 0 讨论(0) 查看其它3个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
Try giving
table tr th {border-bottom:1px solid #008999}
Then you can use
table { border-collapse: collapse; } table tr {border-bottom:1px solid #008999; }
See The collapsing border model