× Joomla Facebook Connect support forum

Topic-icon Custom FBimage - Mousepointer?

Active Subscriptions:

None
Hello! I'm using a custom FB-login image but the mousepointer does not change to the usual hand when I'm hovering (?) over it. My visitors does not click on it because they dont think its a link... How can I change that?

From Sweden... Is hovering even a real word? :)
The topic has been locked.
Active Subscriptions:

None
15 years 1 month ago #9844 by fb_100000785447492
I'm trying with onmouseover but I cant get it to work. Any ideas?
The topic has been locked.
Support Specialist
15 years 1 month ago #9857 by alzander
How are you doing the custom image? The best way to do this is with the following code snippet, which uses an image and a normal href. That should cause the mouseover hand by default:
<a href="javascript:void(0);" onclick="jfbc.login.login_custom();"><img src="yourimage.jpg" /></a>

Try that out and let us know how it goes, and good luck!
The topic has been locked.
Active Subscriptions:

None
15 years 1 month ago #9859 by fb_100000785447492
Thanks!! Worked out just perfect!

I took your example <a onclick="javascript:jfbc.login.login_custom();"><img src="linktoimage.jpg" /> from the Common Support Questions.
The topic has been locked.
Support Specialist
15 years 1 month ago #9860 by alzander
Ahh.. I see we forgot the href=javascript.. bit. Sorry about that. I just updated the guide.

Glad we could help, and should you need anything else, just let us know!
The topic has been locked.