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;
}
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. :)
– Luiz Vieira