Works with unlicensed, not with licensed version

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
rwalters
Beginner
Beginner
Posts: 1
Joined: Mon Nov 07, 2005 2:06 pm

Works with unlicensed, not with licensed version

Post by rwalters »

Using a static top nav, the menus are tied to three of the navigation items:
Bargains
Birth Announcements
Thank You Cards

With the unlicensed version - used during development - it works just fine. With the licensed version, only the *first* dropdown that is mouse'ed-over works.

http://www.storkiexpress.com/storkie_ca ... index.html

TIA,

Ryp
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hi,

You're files don't match. You still have the unlicensed milonic_src.js. Also, you need to download the newest version 5.734.

You have top="offset=5"; left="offset=5"; in each menu, but you could just put that in the popup coding

Code: Select all

popup("menuname","imagename",5, 5);  
Menu methods and functions The popup explanation is at the bottom.

Ruth
Post Reply