0

I am using this script to have a custom cursor for my website, but it won't work. I have already tried to use a smaller image, but also that won't work. Can anyone tell me how to fix this small issue?

Here's the relevant HTML:

<div style="cursor: url('cursor.png'), grab;">
<p> lorum ipsum </p>
</div>
node_modules
  • 4,790
  • 6
  • 21
  • 37
  • Can you host the image on something like imgur? – Jae Oct 13 '22 at 11:08
  • 1
    is it smaller than 32x32? if not, make sure it's smaller. – niorad Oct 13 '22 at 11:46
  • 2
    Does this answer your question? [Using external images for CSS custom cursors](https://stackoverflow.com/questions/18551277/using-external-images-for-css-custom-cursors) – ATP Oct 13 '22 at 11:57

0 Answers0