Custom Cursor

/* Cursor */
body, html {
   cursor: url(imagelinkhere.gif), auto;
   cursor: crosshair;
}
 

Other types of cursors:

  • alias

  • all-scroll

  • auto

  • cell

  • context-menu

  • col-resize

  • copy

  • crosshair

  • default

  • e-resize

  • ew-resize

  • grab

  • grabbing

  • help

  • move

  • n-resize

  • ne-resize

  • nesw-resize

  • ns-resize

  • nw-resize

  • nwse-resize

  • no-drop

  • none

  • not-allowed

  • pointer

  • progress

  • row-resize

  • s-resize

  • se-resize

  • sw-resize

  • text

  • url {cursor: url(myBall.cur),auto;}

  • w-resize

  • wait

  • zoom-in

  • zoom-out

 
Previous
Previous

Change Color of Highlighted Text

Next
Next

Add Custom Font