I'm making an HTML5 game using HTA (HTML Application) and I'm trying to import a custom cursor. The dimensions of this cursor is 48x48.
body{
cursor:url('arrow.cur'), auto;
}
I don't know why this isn't working. If someone could help, that'd be great!