I am trying to create a custom cursor image on my <body> tag .It's not working and Mozilla showing invalid property value . But I can't fix this please check my css :
body {
height : 100%;
box-sizing : border-box;
background : transparent;
margin : 0;
padding : 0;
cursor: url(icons/cursoricon.png), auto;
}
Thank You !