| free hosting image hosting hosting reseller online album e-shop famous people | ||
![]() ![]() |
||
![]()
![]()
![]()
Right-click on each graphic and "Save As ..."
submenu drops down when the menu heading is clicked closed folder image changes to open when submenu appears a second click closes the submenu and displays the closed folder image again only submenu from selected menu is displayed single menus (no submenus) are permitted fully customisable - as many menus and submenus as you like any font style and size permitted cross-browser compatible (IE4 & 5, NS4, NS6)
Paste this before the body tag:
where right is the name of your target URL frame.
<base target="_blank">To open in the same window or, omit entirely, since it will do that by default.
The first 4 menus have submenus, so they have an associated closed folder graphic.Forms Images Links Music
The following menus work the same way:Area Convertor Checkbox Validator Custom Email Form Form Validation Loan Calculator
Whenever you click on any main menu a second time, its submenu closes and the entire menu system collapses.Images - 4 items Links - 5 items Music - 3 items
Just like Windows Explorer.
These need to be stated at the top of the script in this format:the number of menus the number of items in each submenu the height in pixels of each submenu item
For example, if you require:var nom = 5; // Number of menus var itemheight = 16; // 16px height per item var movearray = new Array // number of submenu items ( 5, // Forms 4, // Images 5, // Links 3, // Music 0, // Google (no submenu) )
then the details might look something like this:6 menus different-sized submenus an itemheight of 14 pixels
var nom = 6; // Number of menus var itemheight = 14; // 14px height per item var movearray = new Array // number of submenu items ( 5, // Menu 1 7, // Menu 2 2, // Menu 3 1, // Menu 4 0, // Menu 5 8, // Menu 6 )