|
Neutral
|
Just need to know, how do you make a custom cursor show up when your on your den page? Thanks ^^
|
|
|
|
Neutral
|
This would help: * {cursor: url(CURSOR IMAGE LINK 1),auto;}
a:-webkit-any-link {cursor: url(CURSOR IMAGE LINK 2),auto;}
.bsmalltext a:link {cursor: url(CURSOR IMAGE LINK 3),auto;}
.bsmalltext a:visited {cursor: url(CURSOR IMAGE LINK 3),auto;}
.iclass {cursor: auto;} | a:-webkit-any-link is for links but you can specify it more by adding it in specific selectors (eg bsmalltext) Edited at December 26, 2021 03:47 PM by Dire
|
|
|
|
Neutral
|
Dire said: This would help: * {cursor: url(CURSOR IMAGE LINK 1),auto;}
a:-webkit-any-link {cursor: url(CURSOR IMAGE LINK 2),auto;}
.bsmalltext a:link {cursor: url(CURSOR IMAGE LINK 3),auto;}
.bsmalltext a:visited {cursor: url(CURSOR IMAGE LINK 3),auto;}
.iclass {cursor: auto;} | a:-webkit-any-link is for links but you can specify it more by adding it in specific selectors (eg bsmalltext)
Where would the code go?
|
|
|
|
Neutral
|
Fennell said: Dire said: This would help: * {cursor: url(CURSOR IMAGE LINK 1),auto;}
a:-webkit-any-link {cursor: url(CURSOR IMAGE LINK 2),auto;}
.bsmalltext a:link {cursor: url(CURSOR IMAGE LINK 3),auto;}
.bsmalltext a:visited {cursor: url(CURSOR IMAGE LINK 3),auto;}
.iclass {cursor: auto;} | a:-webkit-any-link is for links but you can specify it more by adding it in specific selectors (eg bsmalltext)
Where would the code go?
anywhere
|
|
|
|
Neutral
|
Dire said: Fennell said: Dire said: This would help: * {cursor: url(CURSOR IMAGE LINK 1),auto;}
a:-webkit-any-link {cursor: url(CURSOR IMAGE LINK 2),auto;}
.bsmalltext a:link {cursor: url(CURSOR IMAGE LINK 3),auto;}
.bsmalltext a:visited {cursor: url(CURSOR IMAGE LINK 3),auto;}
.iclass {cursor: auto;} | a:-webkit-any-link is for links but you can specify it more by adding it in specific selectors (eg bsmalltext)
Where would the code go?
anywhere
It's not working for me ^^" Edited at December 26, 2021 04:02 PM by Fennell
|
|
|
|
Neutral
|
Got the answer, thanks! <3
|
|
|