CSS Cursor Pointer Hover
.pointer {
cursor: pointer;
}
the_sameh
.pointer {
cursor: pointer;
}
li { cursor: pointer; }
cursor: pointer;
/* Mouse image is a hand */
body {
/*(Cursor image must be 32*32 pixles)*/
cursor: url(CURSOR_URL), auto;
}