|
To view the applet tag in use above, right click inside this frame and choose View Source Along with some changes of color, this example shows some of the style options available. Both LabelAlign and EntryAlign are now set to 'right'. SubmenuLowered has been set to 'no', making submenus a raised 3D panel, and Menu3D has been set to 'no', making main menus flat. We've added the BgImage parameter to specify a background image to be tiled to fill the applet (the same image we've used as the page background). You can also see this image as main menus slide in and out of view.
We've also switched off LabelFocusBold and EntryFocusBold, so text no longer switches to bold-style when the mousemoves over it. LabelSelBold and EntrySelBold are still set to 'yes', however, so selected items still appear in bold-style. Notice that by switching EntryFocusBold to 'no', submenus are now not as wide - they don't have to allow for the wider bold-style font - so this may allow you to reduce your overall applet width.
|