Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css cursor forbidden

/* 
Both are the same cursor.
Great for disabled buttons. 
*/

.button{
  cursor:not-allowed;
  cursor:no-drop;
}
 
PREVIOUS NEXT
Tagged: #css #cursor #forbidden
ADD COMMENT
Topic
Name
8+8 =