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
...
Code: Select all
...
, // Miscellaneous Menu Properties
,"<img src=aboutus_off.gif border=0>","# swapimage=aboutus_on.gif;","#",,1
...
Thanx in advance
roland