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