256x256 dpi cursor

I am stuck trying to create a custom cursor. The main problem is the size of the cursor 256x256px PNG (transparent). The problem arises due to various restrictions, browser and OS. (my previous question explains why the CSS cursor {}will not work qaru.site/questions/270758 / ... )

So what are the CSS alternatives for a custom cursor?

+5
source share
1 answer

As you already know, you cannot have a custom cursor, which is large: Windows has a 32x32 pixel limit.

If you need more, you will need to use the DOM element containing the cursor image and make it follow the cursor.

(, JQuery).

, : jQuery - DIV jquery?

, , .

, , :

  • , , .

  • , . , , .

+4

All Articles