为wordpress网站自定义替换鼠标样式
1、首先,你需要百度去物色一款你喜欢的鼠标样式,指针与点击样式

3、把以下代码添加到你主题样式的CSS中,放到最后就可以。xxxx为你的网址路径/**普通指针样式**/ body{cursor:url(http://xxxxx/zhizhen/normal.cur),default; } /**链接指针样式**/ a:hover{cursor:url(http://xxxxxx/zhizhen/link.cur),pointer;}


1、首先,你需要百度去物色一款你喜欢的鼠标样式,指针与点击样式
3、把以下代码添加到你主题样式的CSS中,放到最后就可以。xxxx为你的网址路径/**普通指针样式**/ body{cursor:url(http://xxxxx/zhizhen/normal.cur),default; } /**链接指针样式**/ a:hover{cursor:url(http://xxxxxx/zhizhen/link.cur),pointer;}