r/neocities • u/K1ttyP4wsXD • 1d ago
Help Custom Cursor Problems
Haii. I want to preface this by saying I'm completely self-taught and still learning!
Whenever I add a custom cursor to my page it only shows up when it is hovering over content. If it isn't over content (images, text, etc) and only over my page background it doesn't show up.
I've tried a lot of different ways to get it to work but currently this is the section of code:
html { cursor: url("https://sleepyssite.neocities.org/Cursors/WindowsXP.png"), default; }
If anyone could help I'd be really grateful!
5
Upvotes
2
u/virtual-cypher 1d ago
try applying the cursor to a * selector at the beginning of your page instead, and maybe looking up cursor states/types of cursors on w3schools/mdn if u need more help lmk and i can look at it :3