I got it to work with "<img src='../images/myimg.gif' border=0>","show-menu=band",,"",
Simply have an image named myimg_over.gif in the same folder as myimg.gif and you're good to go.
Thanks Yadin!
images in menu
-
- Beginner
- Posts: 2
- Joined: Sun May 19, 2002 7:24 pm
Re: images in menu
bump... ???//
-
- Beginner
- Posts: 2
- Joined: Mon Feb 24, 2003 10:01 pm
Hi Geronimofo (lmao),
Hmmm... that thread started a year ago and has had several different topics in it. I'll assume you meant the last one... keeping the swapimage showing while the submenu is open.
Sadly, this capability is not part of version 3. It has been requested, and the word is that it'll be part of version 4. Having said that, I can imagine a way to do it in version 3 by writing your own functions. You could use the mainmenu item's onfunction property to call your own function to swap the item's image on mouseover. That same function would set an interval function to check periodically to see if the submenu is open; once it's closed, the image would be swapped back and the interval function cleared. Doable, but maybe a bigger pain than it's worth.
Kevin
Hmmm... that thread started a year ago and has had several different topics in it. I'll assume you meant the last one... keeping the swapimage showing while the submenu is open.
Sadly, this capability is not part of version 3. It has been requested, and the word is that it'll be part of version 4. Having said that, I can imagine a way to do it in version 3 by writing your own functions. You could use the mainmenu item's onfunction property to call your own function to swap the item's image on mouseover. That same function would set an interval function to check periodically to see if the submenu is open; once it's closed, the image would be swapped back and the interval function cleared. Doable, but maybe a bigger pain than it's worth.
Kevin
-
- Beginner
- Posts: 2
- Joined: Mon Feb 24, 2003 10:01 pm