According to this answer, there is a way to set fallback cursors in case the browser does not support features like cursor:grab;
. My issue now involves obtaining these cursor images. A search on my local drive for ".cur" only resulted in system cursors, and I was unable to find grab.cur
or grabbing.cur
. Even a web search did not yield any successful results.
How can I obtain the browser cursor images?