当行中的每个单元格具有不同的颜色或 CSS 值时,可以突出显示该行吗?

发布于 2024-11-15 22:56:11 字数 165 浏览 1 评论 0原文

当行由背景、前景色、边框值等具有不同 CSS 值的单元格组成时,是否可以使用 CSS 悬停来突出显示 GridView 中的行? 当该行中的单元格没有这种样式变化时,该行会很好地突出显示,只有当每行的每个单元格都指定了不同的 CSS 值时,该行才不会突出显示。我不知道为什么,因为行和单元格是不同的 html 元素。

Is it possible to use CSS hover to hilight a row in a GridView when row is composed of cells with differing CSS values for background, foreground colors, border values, etc.?
When the row has cells that don't have this variation in style, the row hilights fine, it's only when each row has each cells specified with different CSS values that the row is not hilighted. I'm not sure why since the row and cell are differnt html elements.

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

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

发布评论

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

评论(1

面犯桃花 2024-11-22 22:56:11

如果每个单元格具有不同的颜色,请突出显示行悬停上的单元格,而不是行。

小提琴:http://jsfiddle.net/MPxNc/

If each cell has a different color, highlight the cells on row hover and not the row.

fiddle: http://jsfiddle.net/MPxNc/

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