[Laszlo-dev] Menu colors
Christopher Miller
cmiller at crossoft.com
Wed Nov 24 12:13:58 PST 2004
Hello,
Can anyone help me understand why setting the bgcolor/fgcolor on the Menu
below isn't working? Example code below.
<menubar width="100%">
<menu text="Menu 1" bgcolor="0x0080c0" fgcolor="0xff0080">
<menuitem text="Item 1"/>
<menuitem text="Item 2"/>
<menuitem text="Item 3"/>
<menuseparator/>
<menuitem text="Item 4"/>
</menu>
<menu text="Menu 2">
<menuitem text="Item 1"/>
</menu>
</menubar>
The Menu 1 still shows up as silver. Any ideas? Thanks.
More information about the Laszlo-dev
mailing list