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?
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?
IE doesn't support normal graphics, you need a cursor file .cur
.
See also: