How to change mouse cursor

Asked

Viewed 557 times

2

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

follows the code:

body{
    cursor: url(../scroll/mouse.png), default;
}
  • 1

    In my answer, there in the other question I mentioned, there is an indication of Python script to convert . ico format. cur (which I also needed to use because of IE). If your Photoshop saves in format . ico, it is easy. :)

1 answer

2

I tested with an image png and worked right in Chrome and Firefox, in IE no.

You can also try to convert this png for cur for Convert.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.