Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

cursor css tickes

.custom {
  /* The second value here is a fallback. */
  cursor: url(images/my-cursor.png), auto;

  /* You may need coordinates to adjust the pointer
     for example, the custom cursor is circular and you want
     the middle to be where you click */
  cursor: url(target.svg) 15 15, move;
}
Source by css-tricks.com #
 
PREVIOUS NEXT
Tagged: #cursor #css #tickes
ADD COMMENT
Topic
Name
5+1 =