Hello,
I have changed my cursor when I hover on a link or a node but can I put a custom cursor like in CSS ? (cursor:url(smiley.cur))
Thank you.
Hello,
I have changed my cursor when I hover on a link or a node but can I put a custom cursor like in CSS ? (cursor:url(smiley.cur))
Thank you.
Sure, use the syntax “url(smiley.cur)”.
I think it also accepts fallbacks, separated by commas.
thank’s for the reply. But, if I use :
"GO(go.Node, go.Panel.Vertical, {cursor: “url(captain.cur)”…}
It doesn’t work.
Ok, it works with : "…cursor: “url(captain.cur), Alias”}
Maybe that resource file is not in the directory of the current path?