Hi - real basic question. I have a menu style defined with white text but their is 1 menu item I would like to show in yellow.
How can I do this since you set the colour in the menu style for all items in a group?
Thanks,
Luke
Different colours in the one menu style
Certain menu properties can be set in the menu style and also in items. Set in menu style they are universal and apply to any menus using that style, set in an item they apply only to that item.
In the item,
Notice that there are no quotes in the offcolor when used in the item.
Below my name are a list of links for menu references, style properties, menu properties and item properties. Many of the style and item properties are the same as they can be applied in both the style and the item.
Hope that helps.
Ruth
In the item,
Code: Select all
aI("text=whatever;url=whatever;offcolor=#ffff00;");
Below my name are a list of links for menu references, style properties, menu properties and item properties. Many of the style and item properties are the same as they can be applied in both the style and the item.
Hope that helps.
Ruth
Thanks Ruth
Thanks Ruth.. I tried that before assuming you can set certain properties in at aI method. I spelt color (US) as colour (AUS) because of habit being down under.
Thanks again.
Thanks again.