I am trying to use an SVG image as a cursor when hovering over a specific div, but I cannot get it to work. Ive read that this should be as simple as adding this:
cursor: url(http:
But that doesn't seem to work. It is strange that this works if I use a different svg image from a different url.
Any ideas?
Thanks in advance.
source
share