| Author |
Message |
Alone Guest
|
Posted: Fri Jan 30, 2004 3:52 pm Post subject: Multiples colors in menubar |
|
|
Hello All.
After a quick and perfect installation, I've a question:
can you attribute different colors to each menu in the menubar?
Setting color styles for every items/submenus is easy, but for the main menus?
ex: Menu 1 = red Menu2 = green etc.
Thanx |
|
| Back to top |
|
 |
AlexKunin Developer
Joined: 03 Jan 2003 Posts: 1191
|
Posted: Sun Feb 01, 2004 10:53 am Post subject: |
|
|
Setting color styles for the main menus can be done in the same way as setting colors for every items/submenus: using styles. But you have to appy style to individual items rather then to while submenu:
| Code: | | {code:'Item', format:{style:STYLE1}, ... |
|
|
| Back to top |
|
 |
|