Milonic provide full featured pull down web menus for some of the worlds largest companies
click here to see what it can do for you

Download Milonic DHTML Menu
Buy Milonic DHTML Menu

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: Wednesday July 18 2012 - 06:07:20

Need link, swap and sub-menu from one item


Poster: Diane
Dated: Tuesday October 22 2002 - 0:10:25 BST

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?


Poster: kevin3442
Dated: Tuesday October 22 2002 - 16:24:01 BST

Hi Diane,

Try this... make the link url the first thing in the alternate url parameter and drop the #. Like this:
Code:
"<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


Poster: Diane
Dated: Wednesday October 23 2002 - 0:15:46 BST

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