When I rollover a link on a project exported from Animator, the cursor remains an arrow. I would like to change the cursor to a pointer instead on rollover. Any tips? Thx.
Printable View
When I rollover a link on a project exported from Animator, the cursor remains an arrow. I would like to change the cursor to a pointer instead on rollover. Any tips? Thx.
In the custom css field for the object, you could set the cursor style e.g.
cursor: pointer;