gpt4 book ai didi

javascript - 按钮中的 URL 光标

转载 作者:搜寻专家 更新时间:2023-10-31 08:27:40 26 4
gpt4 key购买 nike

我有一个光标 url,我想在它位于按钮上时更改光标,我已经尝试过指针、悬停、url 但它不起作用有人可以帮助我吗?谢谢。

<button id="btt" style="cursor:hover" type="button">

我有的网址:

<style type="text/css">
body, a:hover {
cursor: url(http://cur.cursors-4u.net/games/gam-14/gam1379.ani), url(http://cur.cursors-4u.net/games/gam-14/gam1379.png), progress !important;
}
</style>

最佳答案

您的代码将光标图像应用于 <a>元素而不是按钮。

a:hover, button {
cursor: url(http://cur.cursors-4u.net/games/gam-14/gam1379.ani),
url(http://cur.cursors-4u.net/games/gam-14/gam1379.png),
progress !important;
}

https://css-tricks.com/almanac/properties/c/cursor/

关于javascript - 按钮中的 URL 光标,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31750955/

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