动画光标在我的Web应用程序中不起作用

时间:2014-03-12 17:25:12

标签: php jquery html css cursor

任何人都可以帮助我如何让我下载的动画光标在我的网络应用程序中使用chrome作为我的默认浏览器。

我的问题是动画光标不会在我的网络应用程序中显示。

<style type="text/css">
body{
cursor: url(cursor/lightning.ani), auto;
}
</style>

2 个答案:

答案 0 :(得分:0)

我相信摆脱, auto。根据我对Anicursor的经验,在大多数情况下都没有必要。

答案 1 :(得分:0)

首先将文件转换为.gif cursor: url(cursor/lightning.gif), auto;,但不会设置动画。它在Chrome和Firefox中受支持,但在IE(Internet Explorer)

中不受支持