Hi, Thanks for a nice module!
I am trying to get it to work as an image only menu with the image changing on mouseover.
If I set the parameter "Use Images" to "All menu items" I get an image only menu but the image doesnt change on mouseover.
With it set to "No" my CSS
| Code: |
dt#sbd10 { /* gallery */
height: 60px;
background: url(../../../images/buttons/stargallery.png) 0 0 no-repeat;
}
dt:hover#sbd10 {
background: url(../../../images/buttons/stargalleryover.png) 0 0 no-repeat
}
|
changes the image on mouseover, but the menu text is displayed, and only the text works as a link.
I attached a pic which shows the two versions
Is there a way to get the menu to work with a different image on mouseover?
Thanks,
jb