|
To view the applet tag in use above, right click inside this frame and choose View Source Although the general look is similar to Example #1, we've changed quite a lot. Clearly a few colors have changed, and we've changed both the available fonts. Other than that, we set CloseOnExit to 'no' so that the current menu section stays open when the mouse exits the applet; we've set ShowSelectorFill and ShowArrow to 'no' so selector bars are now transparent and no arrow appears beside the focused menu entry; we've aligned the captions to the right; and we've set the CaptionBorderColor to match the CaptionBgColor so that captions don't have visible borders until focused or selected. We've also swapped the first Caption on the menu with one that acts as a direct link. All we had to do was remove all the menu entries starting with "1-", but we've also added a URL parameter that reloads this page. Finally, we've increased the HoverDelay time so that the mouse has to rest longer over a Caption before it opens. |