combination of images w. rollover and appearance of submenu

Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
Post Reply
cormes
Beginner
Beginner
Posts: 2
Joined: Mon Jan 27, 2003 1:50 pm

combination of images w. rollover and appearance of submenu

Post by cormes »

Hi!

i've got a problem with using an image in my main menu, which has to have a mouse-over effect and simultaneousely show the submenu (with text items).
i can get one of them either: mouse-over OR submenu...
what is my mistake??

i use this line below for the first menu item for submenu:

Code: Select all

...
,                             // Miscellaneous Menu Properties
,"<img src=aboutus_off.gif border=0>","show-menu=Links","#",,1
...
and this line for mouse-over image:

Code: Select all

...
,                             // Miscellaneous Menu Properties
,"<img src=aboutus_off.gif border=0>","# swapimage=aboutus_on.gif;","#",,1
...
but how can i get both effects work together??

Thanx in advance

roland
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 Roland,

When your main URL field uses "show-menu" to open a submenu, then all other properties are defined in the Alternate URL field. So, try this:

Code: Select all

,"<img src=aboutus_off.gif border=0>","show-menu=Links","# swapimage=aboutus_on.gif",,1
Hope that helps,

Kevin
cormes
Beginner
Beginner
Posts: 2
Joined: Mon Jan 27, 2003 1:50 pm

Post by cormes »

Thanxs Kevin,

that´s the solution.

Roland
Post Reply