Search found 2 matches

by amweiss
Sat Apr 10, 2004 2:32 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: using both swap image and popup together
Replies: 2
Views: 4935

HI Kevin,
Thanks...that seemed to do the trick. Any way to keep the main button rolled over while moving throughout the associated submenus? I know this might be asking a bit from javascript, but thought I'd ask.

Thanks again,
Allen
by amweiss
Sat Apr 10, 2004 1:22 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: using both swap image and popup together
Replies: 2
Views: 4935

using both swap image and popup together

Hi,
I'm in the processing of evaluating this product, and I working on a website that is using a typical rollover, as this:

<a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('bookstore','','images/on_06.gif',1)"><img src="images/off_06.gif" name="bookstore"></a>

My question is ...