Own Images | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Own Images

So I want to know if you could also use your own images as cursor

15th Dec 2017, 2:43 PM
EnderJanYT
EnderJanYT - avatar
3 Answers
+ 31
If you want to change the cursor on html page: body { cursor: url("http://path.to.image"); }
15th Dec 2017, 3:44 PM
Igor Makarsky
Igor Makarsky - avatar
+ 12
body { cursor:url("Your_own_image_url"); }
15th Dec 2017, 5:29 PM
Ranjan Bagri
Ranjan Bagri - avatar
+ 2
Thanks ;)
15th Dec 2017, 6:22 PM
EnderJanYT
EnderJanYT - avatar