cursor disabled html code example
Example 1: disable cursor css
/* This will make all the links invalid */
pointer-events:none;
Example 2: hand property css
li { cursor: pointer; }
Example 3: css cursor pointer
body {
/*(Cursor image must be 32*32 pixles)*/
cursor: url(CURSOR_URL), auto;
}