Search found 2 matches

by autumnnn
Thu Sep 25, 2003 11:44 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: embedding sub menus
Replies: 3
Views: 2648

fantastic!

that should solve my problem. would you mind just posting a little message here saying where the demo is? (when it's done)

I would really appreciate it.

thanks
A
by autumnnn
Thu Sep 25, 2003 10:14 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: embedding sub menus
Replies: 3
Views: 2648

embedding sub menus

Hi,

I'm dynamically generating the menus from a database and I need to put the sub menu inside the top level menu like so:



with(milonic=new menuname("Home")){
style=menuStyle;
aI("text=Item 1;url=http://www.milonic.com/cbuy.php;");
aI("text=Item 2 with submenu;showmenu=Sub;");

with(milonic ...