Need link, swap and sub-menu from one item

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
Diane
Beginner
Beginner
Posts: 6
Joined: Tue Oct 08, 2002 11:33 pm
Contact:

Need link, swap and sub-menu from one item

Post by Diane »

I have an image type menu item that needs to
1) produce a drop-down menu,
2) swap an image AND
3)be a link in itself (to a page called products.asp).

I can get the sub-image and swap image to work, but cannot get the link to work. Here is the code:

"<img src=images/products.gif width=95 height=31 border=0>","show-menu=products","# swapimage=images/products-over.gif","New Life products",0

Does anyone know how to do this?
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 Diane,

Try this... make the link url the first thing in the alternate url parameter and drop the #. Like this:

Code: Select all

"<img src=images/products.gif width=95 height=31 border=0>","show-menu=products","products.asp swapimage=images/products-over.gif","New Life products",0 
Hope that helps,

Kevin
Diane
Beginner
Beginner
Posts: 6
Joined: Tue Oct 08, 2002 11:33 pm
Contact:

Post by Diane »

Thanks! Works like a charm. It was obvious, now that you gave me the solution!
Post Reply