Milonic provide full featured pull down web menus for some of the worlds largest companies
click here to see what it can do for you

Download Milonic DHTML Menu
Buy Milonic DHTML Menu

Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:35

Graphical Horizontal Menu question


Poster: dawn_19026
Dated: Tuesday August 16 2005 - 22:05:37 BST

I have a horizontal menu that uses images for the top level navigation and text for the sub menus and sub sub menus.

Say for instance My top level menu items are home | Products | Services

Home just has a mouseover and no sub menu

Products has a sub menu

Services has a sub menu with item1 | item 2 | item3

Item 1 has a submenu item a | item b | item c

-----

When I mouseover Products it shows products2.gif
When I am on a page under the products menu such as item 2 it highlights item2 in the menu the color blue...When I switch to item 3 it makes that become blue.

When I am on item 2 page or the item 3 page how can I get the menu to display products2.gif the hover state so that people know they are in that section. Right now it just shows the regular off state?

Thanks in advance,
Dawn


Poster: kevin3442
Dated: Wednesday August 17 2005 - 4:42:26 BST

Hi Dawn,

Try using the pageimage property in the aI() string that defines the "Products" menu item. e.g.

Code:
aI("image=products.gif;pageimage=products2.gif;showmenu=...;");

You can read more about the various item properties here.

Cheers,

Kevin

thanks


Poster: dawn_19026
Dated: Wednesday August 17 2005 - 12:56:25 BST

THank you I tried it and it works... :-)

dawn