popmenu('menuname','myimage.gif',10,-10) no worky

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
nosamttam
Beginner
Beginner
Posts: 3
Joined: Mon Jan 23, 2006 9:07 am
Contact:

popmenu('menuname','myimage.gif',10,-10) no worky

Post by nosamttam »

hi -

when I use popmenu like this it works:

popmenu('menuname',1)

however, when I do this:

popmenu('menuname','myimage.gif',10,-10)

It doesn't work. I get the following Javascript error:
_pp.1 is null ot not an object. I have tried qualifing the full path, relative path, and nothing seems to help. I searched through the archives and haven' been able to find anything that helps.

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

Post by Ruth »

Hello

Code: Select all

<a href=# onmouseover="popup('my milonic','mymilonicmenu',10,-10)" onmouseout=popdown()>
Here's the sample which shows the calls, though it doesn't have the image positioning.

http://milonic.com/menusample24.php

More detailed explanation of the popup function is here

http://milonic.com/menu_methods.php

If you still can't get it to work, we'll need to see a test page.

Ruth
Post Reply