A Simple Javascript Image Menu with horizontal image navigation. Rollover the mouse on the image, the menu bar image slides open from the left corner of the screen and moving the mouse out will cause the images to slide back automatically. This script is similar to that of a slideshow.
Features
Slides Open the Image Menus automatically Onmouseover.
Simple image rollover menu script with horizontal navigation.
You can set the menu to appear onmouseover or rollover the image by the user.
Easy to use javascript horizontal scrolling image menu script.
For customization of this script or any script development, mail to support@hscripts.com
Usage
Download the zip file and Unzip slideshow menus script - imagemenu.zip, you will get himagemenu/imagemenu.js, himagemenu/README.txt and images.
Just Copy and paste the code into your file.
Set the image menus navigation time delay, actual/adjust width, endwidth and array size as per your requirement.
i.e., var delay=100;
var actualwidth=80;
var adjustwidth=60;
var endwidth=320;
var arr=new Array('img1','img2','img3','img4','img5');
//Store all image ids to this array.
//If you want to add more than 5 images insert image into the table.
// Increase the array size and table width also.
Set your links instead of '#' symbol in href tag.
Simple and easy to use Javascript Scrolling / Onmouseover Horizontal navigation Image Menu Script.