gpt4 book ai didi

html - 当鼠标移过表格中的一行时将光标更改为手形

转载 作者:IT老高 更新时间:2023-10-28 11:07:00 24 4
gpt4 key购买 nike

当我的鼠标移到 <tr> 上时,如何将光标指针更改为手形在 <table>

<table class="sortable" border-style:>
<tr>
<th class="tname">Name</th><th class="tage">Age</th>
</tr>
<tr><td class="tname">Jennifer</td><td class="tage">24</td></tr>
<tr><td class="tname">Kate</td><td class="tage">36</td></tr>
<tr><td class="tname">David</td><td class="tage">25</td></tr>
<tr><td class="tname">Mark</td><td class="tage">40</td></tr>
</table>

最佳答案

您实际上可以使用 CSS 来做到这一点。

.sortable tr {
cursor: pointer;
}

关于html - 当鼠标移过表格中的一行时将光标更改为手形,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9287693/

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