Mouse cursor not changing.
The AL - January 24, 2008 - 21:30
| Project: | CCK Multimage |
| Version: | 5.x-1.1 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | The AL |
| Status: | closed |
Jump to:
Description
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?

#1
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
#2
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.
#3
Automatically closed -- issue fixed for two weeks with no activity.