Graphical Horizontal Menu question

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
dawn_19026
Beginner
Beginner
Posts: 2
Joined: Tue Aug 16, 2005 9:43 pm

Graphical Horizontal Menu question

Post by dawn_19026 »

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
User avatar
kevin3442
Milonic God
Milonic God
Posts: 2460
Joined: Sat Sep 07, 2002 12:09 am
Location: Lincoln, NE
Contact:

Post by kevin3442 »

Hi Dawn,

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=...;");
You can read more about the various item properties here.

Cheers,

Kevin
dawn_19026
Beginner
Beginner
Posts: 2
Joined: Tue Aug 16, 2005 9:43 pm

thanks

Post by dawn_19026 »

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

dawn
Post Reply