【发布时间】:2015-10-23 09:57:58
【问题描述】:
我有一个光标 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>
【问题讨论】:
标签: javascript html css mouse-cursor