Hello :-)

I have created a horizontal menu with the module "imagemenu", I named the images img#1 and img#2. The menu looks nice, but I miss one function. When I click, let's say "frontpage", when the pointer is over the image, it changes to img#2, when you have clicked and followed the link, the image turns back to img#1. I want the img#2 to stay after I have clicked, so that the menu tells yo where you are.

Can anyone help me?

Comments

minus’s picture

I really need help on this one, anybody? a hint?

--------------------------
http://www.mortenn.no

minus’s picture

anybody?

--------------------------
http://www.mortenn.no

minus’s picture

I'm looking for a tutorial, a link or anything that would help me solve this issue

anyone?

--------------------------
http://www.mortenn.no

amandawolfe’s picture

Actually this isn't to do with imagemenu at all--it's a problem(ish) with Drupal's menu system in general. Check out the Menu Trails module--might solve your problem. HTH!

http://drupal.org/project/menutrails

behindthepage’s picture

Check out menuwriter it dynamically creates menu images that it uses in a menu block. All automatically
http://drupal.org/project/menuwriter

Regards
Geoff

Regards
Geoff

Regards
Geoff

Anonymous’s picture

In firefox you can use firebug to look for the currently active menu, usually its an

  • tag that has a class "active" and then you can style it from your stylesheet.