Home | Downloads | Buy Now | Support | Links
You either have JavaScript turned off or an old version of
Adobe's Flash Player, click here to get the latest flash player.
4.How to highlight a menu item in the specific web page?

Please choose the colorful-highlight template in the Business folder, you can customize the default color, mouse over color, opened color, clicked color of main menu items and sub menu items, you can also customize font color, arrow color of menu. When publishing the menu, you can set integer value of Main-Index and Sub-Index of the Open At Specific Menu option in the publish window. Thus when the page is opened, the menu will be opened at specific item of the main menu and highlighted specific item of the sub menu. You can also modify the parameters in the script. This menu template only supports one level sub menu item.

Note: The menu index is based on 0, e.g. if you set 1 to Main-Index and 3 to Sub-Index, then the menu will be opened at the second item of main menu and highlighted the fourth item of the sub menu.

The Flash object script just like this, you can modify the values of parameters main and sub. Be sure not change the name of parameters.
<DIV ID="colorful-highlight"></DIV>
<script type="text/javascript">
   var fo = new FlashObject("colorful-highlight.swf?main=1&sub=3", "myMenu", "142", "250", "6", "#FFFFFF");
   fo.addParam("menu","false");
   fo.addParam("quality","best");
   fo.addParam("salign","LT");
   fo.addParam("scale","noscale");
   fo.addParam("wmode", "transparent");
   fo.write("colorful-highlight");
</script>
The menu will be displayed as:


Please check the online example for more information.
Menu Items
Awards




more>>
Requirement
Windows 98/Me/2000/XP