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>