Posted by Cursor code?

THE EVERCHASE (#105542)

Deathlord of the Jungle
View Forum Posts


Posted on
2017-02-05 10:34:02
Hi! I've seen some den codes with cursors on them, and I'd really like to know how to do it for my own! Does anyone know the code?



Hrt Icon 1 player likes this post! Like?

(Frozen!) Micah
🌈✨ (#58378)

Divine
View Forum Posts


Posted on
2017-02-05 10:35:58
I think that might be CSS, not HTML, but I'm interested either way.



Hrt Icon 0 players like this post! Like?

THE EVERCHASE (#105542)

Deathlord of the Jungle
View Forum Posts


Posted on
2017-02-05 13:21:53
@Fonz Yeah but there isn't a CSS Help, I don't think.~



Hrt Icon 0 players like this post! Like?

FallenSamurai (#59672)

Pervert
View Forum Posts


Posted on
2017-02-06 01:57:38
https://css-tricks.com/almanac/properties/c/cursor/

Users probably put the cursor code under html or body, with body being more likely.

body {
cursor: crosshair;
}



Hrt Icon 0 players like this post! Like?


Edited on 06/02/17 @ 08:58:19 by FallenSamurai (#59672)

THE EVERCHASE (#105542)

Deathlord of the Jungle
View Forum Posts


Posted on
2017-02-06 02:22:40
Thank you ^^



Hrt Icon 0 players like this post! Like?

Kittykkat (#132010)

Scourge of Lions
View Forum Posts


Posted on
2018-02-02 15:19:46
i dont understand it ;-; I just want a cat cursor XD I have no currency, can anyone help?



Hrt Icon 0 players like this post! Like?

ConfettiTheFish (#156026)

Fearsome
View Forum Posts


Posted on
2018-08-31 09:13:32
does anyone know how i can get a fish cursor



Hrt Icon 0 players like this post! Like?

fireflii (#8644)

Dreamboat of Ladies
View Forum Posts


Posted on
2018-09-05 12:23:33
This is the basic code:

body {
cursor: url(link);
}


You can find free cursors online or make your own. I'd recommend adding a second cursor just in case the image link breaks or something. It'd look like this:

body {
cursor: url(link), auto;
}


That basically just says "use the url as a cursor first, and if that doesn't work, use the auto cursor" (which basically just means default).



Hrt Icon 0 players like this post! Like?

ConfettiTheFish (#156026)

Fearsome
View Forum Posts


Posted on
2018-09-15 23:00:34
im stupid and dont get it.



Hrt Icon 0 players like this post! Like?

Albino wolf (#236167)

Dreamboat of Ladies
View Forum Posts


Posted on
2022-01-29 16:59:36
same i just want a cursor-



Hrt Icon 0 players like this post! Like?

Lord Voldemort (#251279)

Heavenly
View Forum Posts


Posted on
2022-07-24 11:02:53
can someone make a eggo (the waffle) cursor?



Hrt Icon 0 players like this post! Like?







Memory Used: 620.55 KB - Queries: 0 - Query Time: 0.00000 - Total Time: 0.00373s