Re: Custom Cursor Pointer - png?
Hi all,
I am trying to create a custom cursor that looks and behaves like a light source. Until now I am straggling to get the image as png working. Any suggestions?
Code I used:
body, a, img {
cursor: url (https:/link and name.png) 4 12, auto;
}