"high3dcolor - Sets the Hight Border Color on 3D Objects for any global menu style. This is the color for menus and menuitem that have been specified to be 3 dimensional in style. Rather like the way in which Windows 98 menus appear. The High Color denotes the shadow color as a direct hit from the light source."
and for low3dcolor, the same thing except with the word Low Border instead of High Border.
I include this little piece of code into my menu in the style properties:
Code: Select all
high3dcolor="#color1"
low3dcolor="#color2"
Code: Select all
high3dcolor=true;
low3dcolor=true;