Asmaa AlHammadi
Posts: 0
Joined: Tue May 12, 2015 12:56 pm

change mouse cursor

How could I change the style of the mouse cursor to pointer?
for example, when I put the mouse over a button, its style change to pointer
how can I do that for other items? like for pictures

Asmaa,

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

change mouse cursor

Hello,

Not sure I understand question fully.
Please clarify do you mean cursor in editor itself or in HTML5 mobile app?

Asmaa AlHammadi
Posts: 0
Joined: Tue May 12, 2015 12:56 pm

change mouse cursor

I mean like how can I change the arrow style?
for example, when I put the arrow on the button, before I click on it, the arrow change , it shows the user that you have to click on it

Cat
Posts: 0
Joined: Wed Sep 25, 2013 11:01 am

change mouse cursor

Hello, I am having a similar problem. I have an image, but am using it like a button and would like the cursor to change to the link-"hand" cursor on hover to indicate to the user that it is clickable. I have tried this css (and adding "myLink" to class of image):

.myLink {
cursor:pointer;
}

But it is not working (or I'm not using it properly, not sure)

Any suggestions?

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

change mouse cursor

Hello

@Asmaa,
The style of the mouse cursor can be changed via css as it is shown in Cat's comment. codecursor: pointer; /code

@Cat,
I just tried it, and it works correctly. Could you please check maybe you use some other css rules that that override this one? You may try to add a "weight" to this rule adding code!important/code to it.

Cat
Posts: 0
Joined: Wed Sep 25, 2013 11:01 am

change mouse cursor

Thank you Evgene,

I will have a look again, it probably is some css override.

Asmaa AlHammadi
Posts: 0
Joined: Tue May 12, 2015 12:56 pm

change mouse cursor

thank you

Image
but it appears like that

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

change mouse cursor

Asmaa,

Could you please clarify where do you insert this code? It should be in a CSS asset.

Asmaa AlHammadi
Posts: 0
Joined: Tue May 12, 2015 12:56 pm

change mouse cursor

Now it works with me :D
thank you so much

Return to “Issues”