I wanted to know why this custom cursor doesn't work:
html{
cursor: url("../../../../../../Oxygen_Cursors%5B2%5D.fw.png");
}
I wanted to know why this custom cursor doesn't work:
html{
cursor: url("../../../../../../Oxygen_Cursors%5B2%5D.fw.png");
}
It's difficult to tell the reason for your problem. But you might want to check the following:
For more details, have a look into this discussion and this reference.
your question is quite broad, but you could try using the following code
<BODY style="CURSOR: url('cursor file name.ani')">
replace the "cursor file name.ani" part with the name of your cursor file.