gpt4 book ai didi

css - 如何排除可见性隐藏 td 元素的行高

转载 作者:太空宇宙 更新时间:2023-11-04 14:45:42 28 4
gpt4 key购买 nike

我的目标是在我的网格中为可见的 td 元素设置“AutoWrap”td 元素。

为了特定目的,我设置了 visibility:hiddenwidth:0px 来隐藏 IE8 浏览器的 td 元素。

它使可见的 td 元素高度基于隐藏的自动包装的 td 元素。

有没有其他方法可以在不使用 display:none 的情况下排除可见 td 元素的隐藏元素高度。

Demo

最佳答案

正如您评论的那样,使用 display: none; 是多余的,如果您只想通过 CSS 实现此目的,最好的办法是使用以下 CSS 规则

table tr td:first-child {
font-size: 0;
padding: 0;
}

Demo

Note: You are using border="1" cellspacing="1" which is resulting in a thick border to the left of the table.

关于css - 如何排除可见性隐藏 td 元素的行高,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17874233/

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