Can someone help provide the base coding for a custom cursor?
I'd like to play around with it and am having a hard time finding the code.
I believe it has to be done via a style sheet but I am not sure if there's other ways to go about it?
My plan is to have a little sword instead of the usual pointer for one of my pets.
Thank you!!
[edit]
nvm I figured it out and will share the code for anyone else to use ;)
<style type="text/css">* {cursor: url( IMG URL HERE ), auto !important;}</style>