I have a div with the following css.
.mydiv { cursor: url(\"/image/cursor-hand.png\"), move; }
Works fine in chrome, Firefox and safari, Bu
IE doesn't support normal graphics, you need a cursor file .cur.
.cur
See also: