是否可以爲CSS自定義光標使用外部圖像URL?下面的例子不工作:爲CSS自定義光標使用外部圖像
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/
的[自定義光標圖像CSS(http://stackoverflow.com/questions/336925/custom-cursor-image-css) –
以類似可能重複使用favicon.ico圖標,對於您的自定義光標可以使用哪種圖像是有限制的。嘗試使用較小的圖像。 – vmarche
@ Zeaklous-不是DUP在清一色我問外部圖像 – Yarin