Adding a Quick Selector Menu
You can add a drop down selector type menu (shown below) to your template. Copy and paste the code below into your "head" and the second part into the body of your HTML document. This script uses the "dropdown" class defined in your coolstyle.css or corporatestyle.css. Remove the class="dropdown" in the second script to remove that.
Step #1: Add Header Code:
Copy the following code and add it just above the </head> of your HTML document:
Step #2: Add The Menu Code:
Add the code below anywhere on your HTML pages or in your sidebar.htm if your template has one. It can also be added to global .js menu, sidebar, header and footer files, but that is more involved to setup. It is recommended for more experienced HTML programmers. (See notes below)
Adding this to a menu, sidebar, or header file. .js file notes:
If you are adding the menu to a .js file (sidebar.js, menu.js, etc...), still do step #1 above just as outlined. In step #2, add that code to the .js file and be sure to put document.write(' in front of every line and '); at the end of every line. Also see the add to .js files support page. (These notes do not apply to templates with a sidebar.htm.)