No edit summary |
No edit summary |
||
| Line 5: | Line 5: | ||
cursor: url('/wiki/Special:FilePath/Wooden_Sword.png'), pointer; | cursor: url('/wiki/Special:FilePath/Wooden_Sword.png'), pointer; | ||
} | } | ||
/*The following doesn't work. I'm not sure what I should do to make it work*/ | |||
button:hover{ | button:hover{ | ||
cursor: url('/wiki/Special:FilePath/Wooden_Sword.png'), pointer; | cursor: url('/wiki/Special:FilePath/Wooden_Sword.png'), pointer; | ||
} | } | ||
Revision as of 13:49, 14 April 2017
body {
cursor: url('/wiki/Special:FilePath/ChLaughingpter.png'), pointer;
}
a:hover {
cursor: url('/wiki/Special:FilePath/Wooden_Sword.png'), pointer;
}
/*The following doesn't work. I'm not sure what I should do to make it work*/
button:hover{
cursor: url('/wiki/Special:FilePath/Wooden_Sword.png'), pointer;
}