Safari 和 Chrome 上具有 rowspan 的表格的宽度问题

发布于 2024-10-13 12:43:13 字数 518 浏览 3 评论 0原文

我在 Safari 和 Chrome 上定义了行跨度的表格中,表格单元格宽度出现问题。我不知道这是一个错误还是我遗漏了任何东西。 这是重现它的简单 HTML 代码:

<table style="width:1000px" border="1">
<tr>
    <td style="width:50px">a1</td>
    <td rowspan="2">b1</td>
    <td rowspan="2">c1</td>
</tr>
<tr>
    <td>a2 and b2 and c2</td>
</tr>
</table>

在此处输入图像描述 在 Firefox I 中,第一列的宽度为 50px,但在 Safari 和 Chrome 中则不然(要大得多)。

I have a problem with table cell width on tables with rowspan defined on Safari and Chrome. I don't know if it's a bug or if I'm missing anything.
This is the simple HTML code to reproduce it:

<table style="width:1000px" border="1">
<tr>
    <td style="width:50px">a1</td>
    <td rowspan="2">b1</td>
    <td rowspan="2">c1</td>
</tr>
<tr>
    <td>a2 and b2 and c2</td>
</tr>
</table>

enter image description here
In Firefox I the first column has a width of 50px, but not in Safari and Chrome (much bigger).

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文