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
Graphical Horizontal Menu question
-
- Beginner
- Posts: 2
- Joined: Tue Aug 16, 2005 9:43 pm
Hi Dawn,
Try using the pageimage property in the aI() string that defines the "Products" menu item. e.g.
You can read more about the various item properties here.
Cheers,
Kevin
Try using the pageimage property in the aI() string that defines the "Products" menu item. e.g.
Code: Select all
aI("image=products.gif;pageimage=products2.gif;showmenu=...;");
Cheers,
Kevin
-
- Beginner
- Posts: 2
- Joined: Tue Aug 16, 2005 9:43 pm
thanks
THank you I tried it and it works... 
dawn

dawn