I think I have tried different methods suggested all over the internet but nothing worked. This is my current css code:
div { cursor: url(images/zoomin.c
I tried using .ani and .gif and it is working. It should go like this:
body { cursor: url(images/dog.ani), url(images/dog.gif), progress !important; }
This css works for my website in chrome, firefox and IE.