1 2 3 | /*游標更改*/ *, body, a, a:hover {cursor: url(這邊放正常的游標圖網址), auto;} a:hover, {cursor: url(這邊放在你要點擊東西用的圖網址), auto;} |
Direct link: https://paste.plurk.com/show/28X570zPbyK6JbW55f2P
1 2 3 | /*游標更改*/ *, body, a, a:hover {cursor: url(這邊放正常的游標圖網址), auto;} a:hover, {cursor: url(這邊放在你要點擊東西用的圖網址), auto;} |