gpt4 book ai didi

html - Firefox 中的错误表格标题边框

转载 作者:可可西里 更新时间:2023-11-01 12:50:22 26 4
gpt4 key购买 nike

我想知道这是否是一个错误。正如您在 jsfiddle 上看到的那样, 只有顶部边框而不是所有单元格周围的边框。请注意,IE 9 会按预期绘制边框。另请注意,如果您移动 <tfooter> 的内容在<tbody> , Firefox 开始像 IE 一样绘制边框。

HTML

<table>
<thead>
<tr>
<th>Header 1</th>
<th>Header 2</th>
<th>Header 3</th>
</tr>
</thead>
<tfoot>
<tr>
<td colspan="3">
<span class="norecords">No records found.</span>
</td>
</tr>
</tfoot>
<tbody></tbody>

CSS

table {
background-color: #EFEFEF;
border: 1px solid #BCBCBC;
border-collapse: collapse;
}
th, td {
padding: 10px;
}
th {
border: 1px solid #BCBCBC;
}

最佳答案

你的问题是 tbody - 如果你删除这个空标签(或向它添加一行)它将起作用:

http://jsfiddle.net/FyARs/3/

关于html - Firefox 中的错误表格标题边框,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16583357/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com