猿问

将外部图像用于CSS自定义光标

CSS定制游标可以使用外部图像URL吗?以下示例不起作用:


HTML:


<div class="test">TEST</div>

CSS:


.test {

  background:gray;

  width:200px;

  height:200px;

  cursor:url('http://upload.wikimedia.org/wikipedia/commons/d/de/POL_apple.jpg');

}

小提琴:http://jsfiddle.net/wNKcU/4/


慕斯709654
浏览 510回答 3
3回答
随时随地看视频慕课网APP
我要回答