Custom cursors - Forum

Forum Navigation
You need to log in to create posts and topics.

Custom cursors

Try this:

CreateEmptyObject [mycss]
SetVar [mycss.cursor] 'url("https://pics.freeicons.io/uploads/icons/png/20278001131579606320-32.png"),auto'
SetObjectCSS "Container1" [mycss]

The cursor will change to the .png file whenever the pointer is over Container1 :)

Vadim, CDY@44 and 3 other users have reacted to this post.
VadimCDY@44asmatjavadrajabihakamismartmedia

Thank you @luishp for that tip !