chrome (webkit) 中带有 colspan 的表 TD 无法正确渲染

发布于 2024-12-09 16:59:58 字数 576 浏览 0 评论 0原文

时遇到了 webkit 渲染问题

    <td colspan=5>   

我在尝试使用“大多数表格是这样设置的”

    <tr>
    <td></td>
    <td></td>
    <td></td>
    <td></td>
    <td></td>
    </tr>

但是,当我添加带有 colspan=5 的一个 td 的行时,td 会向右缩进一列。尽管这不是标记,但它基本上看起来像这样。

    <tr>
    <td>&nbsp;</td>
    <td colspan="4"></td>
    </tr>

有没有人经历过这种缩进,有什么方法可以纠正这个问题吗?它在 IE 和 Firefox 中渲染得很好。这看起来应该是基本的表功能。没有影响表格的样式

I'm experiencing a webkit rendering issue when attempting use a

    <td colspan=5>   

The majority of the table is set up like this

    <tr>
    <td></td>
    <td></td>
    <td></td>
    <td></td>
    <td></td>
    </tr>

However, when I add a row with the one td with colspan=5, the td is indented one column to the right. It basically looks like this even though this is not the markup.

    <tr>
    <td> </td>
    <td colspan="4"></td>
    </tr>

Has anyone experienced this indenting and is there any way to correct this? It renders just fine in IE and Firefox. This seems like it should be basic table functionality. There are no styles affecting the table

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

舟遥客 2024-12-16 16:59:58

我在 Chrome 中尝试了相同的标记,它似乎渲染正确。请您检查是否有任何未关闭或标签。

I tried the same mark-up in chrome and it seems to render correctly. Could you please check if there are any unclosed or tags.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文