1 2 3 4 5 6 7 8 | /*游標更改*/ *, body, a { cursor: url("圖片網址"), auto; } /*游標更改:移到連結上*/ a:hover { cursor: url("圖片網址"), auto; } |
Direct link: https://paste.plurk.com/show/ivsSOjJ4DUO2ZU7RS81Q
1 2 3 4 5 6 7 8 | /*游標更改*/ *, body, a { cursor: url("圖片網址"), auto; } /*游標更改:移到連結上*/ a:hover { cursor: url("圖片網址"), auto; } |