【发布时间】:2017-01-12 00:09:36
【问题描述】:
css:
.item_fact{
border-bottom:#CCCCCC 1px solid;
}
html:
<table>
<tr class="item_fact">
<td> hello </td>
<td> world </td>
</tr>
</table>
IE7 不显示底部边框,但 Firefox 和 Chrome 可以! 我怎样才能破解这个CSS?
【问题讨论】:
标签: html css html-table