on hover hand icon css code example
Example 1: show hand icon on hover javascript
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;
}