Is there something blatantly obvious that I'm missing here? My goal is to replace the cursor css property with a png, as shown in this example here
I was able to get it working with the 'happy.png' demo, but for some reason it won't work when using my 'call-me-hand.png'
.next {
cursor: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/9632/happy.png"), auto;
cursor: url("https://robcleaton.github.io/warface/assets/images/call-me-hand.png"), auto;
}