Changing the mouse cursor [duplicate]

2

I am quereno change the cursor of my mouse I put my code and it does not work the images this in png and it does not catch I have to use it with .cur even if yes like I do it because in photoshop for example it does not have this extension to be able save in this format

follow the code:

body{
    cursor: url(../scroll/mouse.png), default;
}
    
asked by anonymous 22.05.2015 / 15:43

1 answer

2

I tested it with a png image and it worked fine in Chrome and Firefox, in IE not.

You can also try converting this png to cur into Convertio .

    
22.05.2015 / 16:35