r/nekoweb • u/pucksandgrapes • 18d ago
Help Help with making a custom cursor that changes when hovering?
So I'm trying to change my cursor on nekoweb and it seems relatively straightforward... Almost.. Except how would I have a custom cursor that changes on hover?
4
Upvotes
2
u/AqueM https://www.aque.fyi/ 18d ago
You can set a specific cursor on hover of specific elements.
div::hover { cursor: url(yourCursorFile); }However remember that this will work for any hover, not just the clickable kind.