Thursday, August 16, 2007

Free Download RoboForm - Automate Logins - Remember Passwords

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.

Example:


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:
Add this code anywhere on the HTML page. It can also be added to .js header and footer files but that is a bit tricky to setup. It is recommended for more experienced HTML programmers.


Editing header, footer, etc... .js Files Notes:
If you are adding the menu to a .js file (header.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.


Related Topics:
Editing the Menus
Adding Drop Down Menus

source: allwebco-templates.com

Thanks for visiting my blog, subscribe to my RSS feed. Thanks for visiting!