My Code Works Fine.....What i want to do is to read some where this new menu(.....) & stuff within it works.Like some book or some article on the web.
Or better still any one of you can explain this to me..the part highlighted in bold.
Part1
Part1.1
Part2
Regards
Or better still any one of you can explain this to me..the part highlighted in bold.
Part1
Code:
menus[0] = new menu(22, "horizontal", 2, 101, -1, 1, "#34B0B0", "#A8E5E6", "Verdana,Helvetica", 9, "bold", "bold", "white", "#383931", 1, "gray", 2, "rollover:images/tri-down2.gif:images/tri-down1.gif", true, true, true, true,monthnumber, true, 0, 0, "black");
Code:
menus[0].addItem("#", "", 150, "center", "MASTER", 1);
menus[0].addItem("#", "", 260, "center", "REGISTRATION AND BILLING", 2);
Code:
menus[1] = new menu(231, "vertical", 2, 0, -1, -1, "#34B0B0", "#A8E5E6", "Verdana,Helvetica", 8, "bold", "bold", "white", "#383931", 1, "gray", 2, "rollover:images/tri-right2.gif:images/tri-right1.gif", true, true, false, true, monthnumber, true, 0, 0, "black");
Comment