Submenus Links & Mouseovers

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
torus
Beginner
Beginner
Posts: 1
Joined: Mon Aug 26, 2002 4:01 pm
Location: United States
Contact:

Submenus Links & Mouseovers

Post by torus »

Greetings,

First let me just say that the Milonic Menu is without a doubt one of the most flexible and useful systems I have seen. You guys have done an outstanding job!!

I am trying to accomplish three different tasks with a main menu item. I have scoured the help boards but have not been able to find the exact solution to my configuration needs.

I want to have a menu item that:
1 on_click - link to another location
2 on_mouseover - display submenu
3 display a standard backimage/mouseover image while utilizing standard text for the menu titling.


Below is a look at the functional add menu item that I have currently...

Code: Select all

"  GIFT & STATIONERY","show-menu=gas", "# backimage=images/menu-b.gif; overbackimage=images/menu-b-mo.gif;",,0,
This current menu items satisfies number two and number three of my configuration requirements.


I've tried...

Code: Select all

"  GIFT & STATIONERY","show-menu=gas","gshome.html", "# backimage=images/menu-b.gif; overbackimage=images/menu-b-mo.gif;",0,
...with no success. Using the above configuration the backimage and over image functions become disabled. The submenus continue to display on mouseover and the link attached to the main menu item works.


I've also tried...

Code: Select all

"  GIFT & STATIONERY","gshome.html","show-menu=gas", "# backimage=images/menu-b.gif; overbackimage=images/menu-b-mo.gif;",0,
...this configuration disables the submenu and the mousover images.

I'm sure I must be missing something obvious, as it seems there's nothing this menu system can't do! Any help you might have surely would be appreciated.

Thanks very much :)
Post Reply