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?
Need link, swap and sub-menu from one item
Hi Diane,
Try this... make the link url the first thing in the alternate url parameter and drop the #. Like this:
Hope that helps,
Kevin
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
Kevin