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
To work in IE you need specify full path to CUR file. E.g.:
html { cursor: url("../img/cursor.png"), url("http://www.example.com/dist/assets/img/cursor.cur"), default; }