Javascript Menu Sub Levels

K

Kevin_S

Hi,
I'm trying to add an extra level to a javascript menu by
adding the code :
oMenu.makeSubSubSub(3,2,2,0,.... etc

However, everytime I attempt it, menu disappears!!

I think I need to alter this bit of code written by
A.N.Other some time back:

oMenu.subplacement=oMenu.mainwidth //Relative to the main
item
oMenu.subsubXplacement=oMenu.subwidth //The X placement
of the subsubmenus, relative to the sub item
oMenu.subsubYplacement=0 //The Y placement of the
subsubmenus, relative to the sub item

Any help geatfully received.

Cheers.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top