link cursor code example
Example 1: hand property css
li { cursor: pointer; }
Example 2: css cursor pointer
body {
/*(Cursor image must be 32*32 pixles)*/
cursor: url(CURSOR_URL), auto;
}
li { cursor: pointer; }
body {
/*(Cursor image must be 32*32 pixles)*/
cursor: url(CURSOR_URL), auto;
}