Good, I've been changing the pointer for other styles like "wait", "crooshair", etc. However I am unable to change the cursor for any image I have on the pc.
HTML
<html>
<head>
<script src="DH18.js"></script>
<link rel="StyleSheet" href="DH18.css" type="text/css">
</head>
<body id="body">
</body>
</html>
CSS
#body {
cursor: url("icono.png");
}
PS: I do not put the exact location of the image since the html document, css and this image are in the same folder. I also put the complete address and it did not work.