images in menu

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
pavia@gti.net
Beginner
Beginner
Posts: 3
Joined: Sun May 19, 2002 7:24 pm

images in menu

Post by pavia@gti.net »

If you are using images (and rollovers) in the menu instead of text, how does one do it so that a menu item rolls over AND drops down a sub menu? Aaaagh...this is driving me crazy. The way I have it, the normal code would be:

,"<img src=buttonlearn.jpg border=0>","show-menu=learn swapimage=buttonlearn_over.jpg",,,0

but the result of this is that it renders the menu item useless--it neither rolls over nor does it drop the sub menu items...

Any help would be appreciated. Alternatively, if this can't be accomplished, could someone please tell me so I can get on with my life? :-)
Charlie

Help with this also

Post by Charlie »

I also would like to know how to do this. Any ideas?
taesl
Beginner
Beginner
Posts: 7
Joined: Thu Jun 06, 2002 9:55 pm

I am having same same problem

Post by taesl »

See my posting (roll over images not working) for additional information... I see that you have had no replies... have you corrected your problem yet?

Hey Marty...we need your help!
taesl
Beginner
Beginner
Posts: 7
Joined: Thu Jun 06, 2002 9:55 pm

Hey I got it to work!!!

Post by taesl »

Here is my original string that did not work..

,"<img src=diamond.gif border=0>&nbsp;&nbsp;LINKS","show-menu=link1 swapimage=diamond_over.gif",,,1

Here is the new string that does work...

,"<img src=diamond.gif border=0>&nbsp;&nbsp;LINKS","<show-menu=link1> swapimage=diamond_over.gif",,,1 // I placed < > around the <show-menu=link1>

Hope this helps!
taesl
Beginner
Beginner
Posts: 7
Joined: Thu Jun 06, 2002 9:55 pm

Ooopps!

Post by taesl »

Well the rollover image worked but now the submenu doesn't appear...

Darn!
User avatar
Hergio
Milonic God
Milonic God
Posts: 1123
Joined: Wed Jun 12, 2002 7:46 pm
Location: Rochester, NY

Re: Hey I got it to work!!!

Post by Hergio »

Ok here is the answer to your questions taken straight from the Milonic website itself. :D

To create an image rollover on a menu item that is a clickable link to some URL:

,"<img border=0 src=images/img.gif>&nbsp;milonic.co.uk",
"http://www.milonic.co.uk/ swapimage=/images/img_over.gif;",,,1

In the above example you include the 'swapimage' tag in with the URL and end it with a semicolon.

To create an image rollover on a menu item that is to produce a submenu:

,"<img border=0 src=images/img.gif>&nbsp;Web Tools",
"show-menu=qwebtools","# swapimage=/images/img_over.gif;",,0

In this example, you put the 'show-menu' tag as usual, but in the next comma-ed area (usually left blank) you put in quotes a pound symbol then space, then your 'swap image' tag. Dont forget this does not go with the URL, it goes in what is commented in the code as being the 'Alternate URL' section of the string.

Hope this helps all of you that needed it. 8)
Dave Hergert
Software Engineer
"Helping to make the menu better, one :?: at a time."
Post Reply