Custom cursor?
Custom cursor?
|
|
---|---|
Posted 2021-12-13 10:49:33 (edited)
How can I make it so that the cursor on my page shows up as this and then shows up like this when hovering over a link? Thank you ^^ |
BeastOfTheyRoad #52596 |
Posted 2022-03-14 22:50:34
https://dl.dropbox.com/s/idziek4sm513sf5/troubleshooting.css?raw=1 |
perpetual_sigh #59910 |
Posted 2022-03-15 10:02:26
|
BeastOfTheyRoad #52596 |
Posted 2022-03-21 16:52:38
|
HiraethTime #60102 |
Posted 2022-03-21 20:11:47
https://dl.dropbox.com/s/76lpfc35ieltmfn/Volukros_cursor.css?raw=1 As for how you would make the cursor do that, we'll do our best to explain. Originally, the cursors were both set under the * element, which would affect every part of the page's style. They were both set as default. We simply changed it so that your default choice was the only one set as such. Then, we added a new element, or rather, 2 of them. a, which covers all links, and button, which covers a range of other clickable buttons. We placed your hover cursor url under these elements, and instead of setting the cursor to default, we set it to pointer. And thus, voila! You have your CSS. |
perpetual_sigh #59910 |
Posted 2022-03-22 03:30:50
|
HiraethTime #60102 |
Posted 2023-11-08 11:44:01
but have no clue on how to make it work |
🌿Birdie🌿 #114287 |