Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css forbidden cursor

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

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