Created
December 5, 2015 11:48
-
-
Save nishinoshake/8ebfa5d303f031b7219e to your computer and use it in GitHub Desktop.
カーソルを画像にする
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Container, | |
#Container a:hover { | |
cursor: url('../images/pointer.png'), | |
url('images/pointer.cur'), | |
default; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment