I've been attempting to customize the cursor image, but despite following all provided instructions, it's still not working:
CSS:
body, html {
margin: 0px; padding: 0px;
border: 1px solid red;
cursor: url(images/rsz_red_crosshair.gif), crosshair;
}
The image is 32x32. The stylesheet has been correctly linked as evidenced by the visible border. The built-in crosshair option works without any issues. I'm puzzled as to what mistake I might be making, it probably seems quite obvious to others.