gpt4 book ai didi

css - 覆盖 TD :first-child with TR:hover?

转载 作者:行者123 更新时间:2023-12-04 14:05:59 24 4
gpt4 key购买 nike

我有一张表格,其中第一个单元格具有不同的背景。当应用 TR:hover 时,这些单元格不会改变。

有没有办法在悬停行时覆盖它们?

#spreadsheet TABLE, #spreadsheet TH, #spreadsheet TD { 
border:1px solid #CCC;
}

#spreadsheet TABLE TR:hover {
background:#BAFECB !important;
}

#spreadsheet TD:first-child {
background:#fff;
white-space:nowrap;
}

最佳答案

尝试

#spreadsheet TABLE TR:hover TD { background:#BAFECB !important; }

是的,它有效。

代码:http://jsfiddle.net/b9ndZ/1/

关于css - 覆盖 TD :first-child with TR:hover?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7519506/

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