Click to See Complete Forum and Search --> : how to change colour of submenu


lynne_T
September 9th, 2003, 02:17 AM
i need to change the background colour of my submenu, such that it is different from the menu bar at the first layer. attached is my code. may i noe how can i do it?

style1=[
"FFFFFF",
"6699cc",
"000000",
"ffffff",
"6699cc",
10,
"normal",
"normal",
"Century Gothic",
2,
"arrow.gif",
,
"66ffff",
"000099",
"White",
"Black",
"",
"ffffff",
"000099",]



addmenu(menu=[
"mainmenu",
0,
165,
,
1,
,
style1,
1,
"center",
effect,
,
1,
,,,,,,,,,

,"About&nbspUs  ","show-menu=abtus",,"",1
,"Our&nbspSolutions  ","show-menu=oursolutions",,"",1
,"Our&nbspServices  ","show-menu=ourservices",,"",1
,"Our&nbspProjects  ","show-menu=ourprojects",,"",1
,"Resource&nbspCentre  ","show-menu=resourcecentre",,"",1
,"E-Learning  ","http://www.yahoo.com",,"",1
,"EVA/QC/IDEAS  ","http://www.yahoo.com",,"",1
,"FAQ  ","http://www.yahoo.com",,"",1
,"Our&nbspPeople  ","http://www.yahoo.com",,"",1
])

addmenu(menu=["abtus",
,,140,1,"",style1,,"left",effect,,,,,,,,,,,,
,"Org Chart","http://scl-team/lynn/org_chart.htm",,,1
,"Org Structure","http://www.yahoo.com",,,1
,"KPI","http://scl-team/scm/KPI/KPI.asp",,,1
,"Departments","http://www.yahoo.com",,,1
,"Calender of Events","http://www.yahoo.com",,,1
])

lynne_T
September 11th, 2003, 01:49 AM
well... i answered my own qn...
u jus have to create another style and there u got it...

style1=[...]
style2=[...]

addmenu(menu=[
"mainmenu",
0,
165,
,
1,
,
style1,
1,
"center",
effect,
,
1,
,,,,,,,,,

,"About Us ","show-menu=abtus",,"",1
,"Our Solutions ","show-menu=oursolutions",,"",1
,"Our Services ","show-menu=ourservices",,"",1
,"Our Projects ","show-menu=ourprojects",,"",1
,"Resource Centre ","show-menu=resourcecentre",,"",1
,"E-Learning ","http://www.yahoo.com",,"",1
,"EVA/QC/IDEAS ","http://www.yahoo.com",,"",1
,"FAQ ","http://www.yahoo.com",,"",1
,"Our People ","http://www.yahoo.com",,"",1
])

addmenu(menu=["abtus",
,,140,1,"",style2,,"left",effect,,,,,,,,,,,,
,"Org Chart","http://scl-team/lynn/org_chart.htm",,,1
,"Org Structure","http://www.yahoo.com",,,1
,"KPI","http://scl-team/scm/KPI/KPI.asp",,,1
,"Departments","http://www.yahoo.com",,,1
,"Calender of Events","http://www.yahoo.com",,,1
])