XHTML 列填充错误

发布于 2024-08-28 16:58:54 字数 232 浏览 6 评论 0原文

尝试将 的 padding 设置为大于 1px,不行。

您只能为此 td 指定 0 或 1px 填充。但为什么 ?过渡文档类型和严格文档类型都是相同的。

http://www.pro-turk.net/xhtml_col.html

Try setting the padding of <td> to more than 1px, you can't.

You can only specify 0 or 1px padding for this td. But why ? It's same in both transitional and strict document types.

http://www.pro-turk.net/xhtml_col.html

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

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

发布评论

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

评论(2

诠释孤独 2024-09-04 16:58:54

您可能没有定义填充的单位。将其设置为类似 10px (至少在 Chrome 中)效果很好。

It is probably that you are not defining the unit for the padding. setting it something like 10px (in chrome at least) works fine.

凹づ凸ル 2024-09-04 16:58:54

也许是因为您将填充指定为 1 - 无单位 - 而不是 1px1em 等。

可以指定 0 没有单位,因为 0 在任何单位中都是相同的 - 但不是 1。

Maybe because you're specifying the padding as 1 - no units - rather than 1px, 1em, etc.

It's fine to specify 0 without units, as 0 is the same in any unit - but not 1.

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