tr td 移动变色

Posted 小杉儿

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了tr td 移动变色相关的知识,希望对你有一定的参考价值。

jsp

<table  id="tableList" class="table table-hover"></table>

css

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
background-color: blue;
}

以上是关于tr td 移动变色的主要内容,如果未能解决你的问题,请参考以下文章