1. 程式人生 > >tr td 移動變色

tr td 移動變色

bsp table -h round hover class color blue css

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 移動變色