SLIDE IN MENU
Slide In Menu Script
 
 
To get a slide in menu on your site, right click inside the above text area and select all. Then right click again and then select copy. Paste the codes into your HTML document and save from there.
EXAMPLE
To view the example run your mouse up and down the LEFT side of this page until the menu slides in.
Configuring The Menu:
To change the contents of the menu to your own, edit the sitems[] array. You may now also specify a target for the links, if you wish them to be loaded in a new window or frame.
To change the appearance of the menu, edit the style sheet in Step 1 plus the first few variables listed in script of Step 2.
Here's a brief description of the editable parts of the style sheet: border:1.5px solid green;
background-color:lightyellow;
layer-background-color:lightyellow;
font:bold 12px Verdana;
line-height:20px;
The first line determines the appearance of the border that surrounds the menu (change 1.5px and green as desired).
The second and third line effects the background color of the menu. The fourth line determines the font of the menu (change 12px
and Verdana as desired).
The last line deterines the spacing between each line of text in the menu.
MAIN