Response Ask about this Sharing Copy to Clipboard Twitter Copy link Tools Copy ID Open hello neospringers ... okay , so here's what i kinda need help doing ... adding stamps adding a custom cursor flashing border thingy ... Comment to make a custom cursor you need to put this into the CSS: a:hover { cursor: url('URL'), auto; } { cursor: url('URL'), auto; } Sharing Copy link Tools Copy ID Open Reactions Replies Add a reply Hide your name Submit
to make a custom cursor you need to put this into the CSS:
a:hover {
cursor: url('URL'), auto; }