Skip to content

Instantly share code, notes, and snippets.

@nishinoshake
Created December 5, 2015 11:48
Show Gist options
  • Save nishinoshake/8ebfa5d303f031b7219e to your computer and use it in GitHub Desktop.
Save nishinoshake/8ebfa5d303f031b7219e to your computer and use it in GitHub Desktop.
カーソルを画像にする
#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