Home > Article > Web Front-end > How to create a web page mouse pointer style
更改默认样式
body { cursor:url(img/moe.cur),auto; }
更改指向超链接的样式
a { cursor:url(img/moe.cur),auto; }
注:url()里面的地址既没有‘’也没有“”,auto必须写上去。
The above is the detailed content of How to create a web page mouse pointer style. For more information, please follow other related articles on the PHP Chinese website!