0

I have a div with the following css.

.mydiv
{
    cursor: url("/image/cursor-hand.png"), move;
}

Works fine in chrome, Firefox and safari, But doesn't work in IE.

Any help?

Jeevan
  • 3,878
  • 6
  • 29
  • 37

1 Answers1

3

IE doesn't support normal graphics, you need a cursor file .cur.

See also:

Zeta
  • 103,620
  • 13
  • 194
  • 236