Skip to main content
AP_AW
Inspiring
October 13, 2016
Question

Change cursor on button

  • October 13, 2016
  • 1 reply
  • 1460 views

I've seen the blog post by TLC Media Design on changing the cursor style but I'm unable to get it to work with a smart shape that's being used as a button.

Does anyone know how to change the cursor style over a button?

This topic has been closed for replies.

1 reply

TLCMediaDesign
Inspiring
October 13, 2016

In the demo that is used with the blog, all of the cursor examples are smartshapes used as buttons. You can execute JavaScript:

document.getElementById("SmartShape_1").style.cursor="pointer";

AP_AW
AP_AWAuthor
Inspiring
October 13, 2016

I'm at a loss. I tried it many times but no matter what I set it to it stays as pointer???

TLCMediaDesign
Inspiring
October 13, 2016

Sorry, they are NOT used as buttons. I'll look into it when I get some time.