+ -
当前位置:首页 → 问答吧 → IE9不支持自定义cursor图片??

IE9不支持自定义cursor图片??

时间:2011-12-26

来源:互联网

CSS code

.test {cursor:url("../images/ico_zoomout.cur"),-moz-zoom-out;}



以上代码在FF、Chrome、IE(6~8)中,都可以显示自定义的cur图片(一个缩小图标)。唯独IE9下,不能通过。

有解决方法么?

作者: mutongwu   发布时间: 2011-12-26

cursor:url("../images/ico_zoomout.cur"),auto

作者: jy02409187   发布时间: 2011-12-26

-moz-zoom-out:
•This cursor value is a Mozilla CSS Extension.
 •There is no CSS standard for this cursor.
 •Support since Gecko 1.4/ Firefox 1.0.
 •This cursor is not recommended for use on public web pages. Custom image cursors may provide better cross browser compatibility.

作者: zsx841021   发布时间: 2011-12-26