I am making a site where employees are making Bio pages, on which there will be an avatar of them. When I told them of multimage they decided to go with it. But when you first load a page with a multimage image on it, and you hover the mouse over it, it doesn't change to the hand like it's over a link. Users won't know the image is clickable. Is this a glitch or can I change something in the CSS/code-core?

Comments

silviogutierrez’s picture

This is something you can fix through CSS. Choose your favorite selector, and add the following code to your CSS file:

SELECTOR {
cursor: pointer;
}

Hope that helps,

Silvio

The AL’s picture

Status: Active » Fixed

Thanks. I figured I could resort to that if it weren't something wrong with the module itself. I just didn't want to do it if it were a "workaround" and not a real fix. But thanks! I'll do it now.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.