My goal is to customize the click pointer on a website using CSS
.
I have successfully changed the default cursor, but now I am seeking help in changing different 'versions' of the cursor.
Here's my current attempt at customizing the pointer:
cursor: url(images/click.png), pointer;
This method worked for the default mouse change (pointer was changed to auto), but I haven't been able to find a solution that works for the pointer.
Is this possible or is it simply unnecessary and therefore not implemented?