有大神吗,请教下,我在css里面设置自定义鼠标箭头,但是显示不出来,ie,火狐,360,都没效果。

html-css017

有大神吗,请教下,我在css里面设置自定义鼠标箭头,但是显示不出来,ie,火狐,360,都没效果。,第1张

style="cursor: url('http://www.gtalbot.org/GRAPHICS/ICO/GerardTalbot.cur'), default"使用绝对路径

注释:Opera 9.3 和 Safari 3 不支持 url 值。

IE支持cur,ani,ico这三种格式,FF支持bmp,gif,jpg,cur,ico这几种格式,不支持ani格式,也不支持gif动画格式,因此来说一般将url引用的图片存为ico或cur格式比较好!

如果还有问题,参考:http://www.phpvar.com/archives/1993.html

向右的箭头

arrow-right{ width: 0height: 0border-top: 17px dashed transparentborder-bottom: 17px dashed transparentborder-left: 15px solid #777font-sie: 0}