$('#btnIcOld').live('click', function () { window.location.href = 'https://extranetin-6ren">
gpt4 book ai didi

asp.net - 让鼠标指针变成手来点击按钮

转载 作者:行者123 更新时间:2023-12-03 22:30:35 24 4
gpt4 key购买 nike

<td id="btnIcOld" style="text-align:center;">
<img src="<%= VirtualPathUtility.ToAbsolute("~/img/chic/Load.png")%>" />
</td>

$('#btnIcOld').live('click', function () {
window.location.href = 'https://extranetint.chathamfinancial.com/indications/swapcalculator';
});

正如您在上面看到的,图像是我的按钮,这是处理按钮单击的 JQuery。问题是,当您将鼠标悬停在图像上时,它仍然是基本的箭头指针。如何将其变为一只手,以便用户知道他们可以单击它?

最佳答案

您可以将列的样式编辑为cursor:pointer,请参阅 CSS cursor property .

<td id="btnIcOld" style="text-align:center;cursor:pointer;">
<img src="<%= VirtualPathUtility.ToAbsolute("~/img/chic/Load.png")%>" />
</td>

关于asp.net - 让鼠标指针变成手来点击按钮,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4628027/

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