Back To Start Of Archive
Taken From The Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:35
combination of images w. rollover and appearance of submenu
Poster: cormes
Dated: Monday January 27 2003 - 13:02:12 GMT
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:
...
, // Miscellaneous Menu Properties
,"<img src=aboutus_off.gif border=0>","show-menu=Links","#",,1
...
, // Miscellaneous Menu Properties
,"<img src=aboutus_off.gif border=0>","show-menu=Links","#",,1
...
and this line for mouse-over image:
Code:
...
, // Miscellaneous Menu Properties
,"<img src=aboutus_off.gif border=0>","# swapimage=aboutus_on.gif;","#",,1
...
, // 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
Poster: kevin3442
Dated: Monday January 27 2003 - 17:06:36 GMT
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:
,"<img src=aboutus_off.gif border=0>","show-menu=Links","# swapimage=aboutus_on.gif",,1
Hope that helps,
Kevin