1
2
3
4
5
6
7
8
/*游標更改*/
*, body, a {
cursor: url("https://images.plurk.com/1EZfNT1vxCLgmDGIDY2ZB2.png "), auto;
}
/*游標更改:移到連結上*/
a:hover {
cursor: url("https://images.plurk.com/3NgqeO59scdVvXJTQdnek2.png "), auto;
}