Js Vertical Slide Menu by Deluxe-Menu.com
Js Vertical Slide Menu

Menu Screenshots

Js Vertical Slide Menu Sample Menu Code For Website

Features

Compatibility              
  • Full cross-browser compatibility including IE, Netscape, Mozilla, Opera, Firefox, Konqueror and Safari on Windows, Mac OS and Linux
  • Menu can be populated from a database using ASP, PHP, etc.
  • Search engine friendly
  • Support for any doctypes
  • Fits for secure sites
  • Section 508 compliant
Professional Look-n-feel
  • Entirely customizable look-n-feel
  • A lot of pre-designed js vertical slide menu samples
  • Hundreds of visual effects
  • Custom CSS styles can be applied for all menu settings
Floating Menu On Web Page Js Vertical Slide Menu
Cost Effective
Easy Setup
  • De Luxe Tuner. GUI interface to create your js vertical slide menu menus easily and in no time
  • Sensible menu parameters for manual editing
Seamless Integration
  • Cross-frame support - menus work on frameset-based pages
  • Visible over flash, select boxes, iframes, java applets
  • Multiple menus on the same page
  • Amicable to other scripts and css styles
  • Any HTML code can be used inside menu items



2.0 Buttons by Web-Buttons.com v3.0.0

Javascript Menu. DHTML Menu.

  • Setup menu parameters manually or using De Luxe Tuner. Then add some rows of a code within html page code and your menu is ready!
  • Use special Java Script methods for: Dynamic changing of items (link, text, icons, arrows and even individual style!). Addition/removing of items or submenus. Disabling and enabling menu items. Getting the info on every submenu, menu, and items. Changing appearance of items. Other coding tricks.
  • Cross-frame mode lets you to construct full-featured dhtml menus on the pages with frames. But for all that frame set it's not necessary to insert any additional code into all the pages - just specify several extra menu parameters.
  • Ability to handle the menu from the keyboard via keystrokes.

Recent Questions

Q: The problem is now that I have a scroll bar in the main menus although there is nothing to scroll.

Do you have any ideas?


A: You've set the exact width and height for submenus.

  var smWidth = "100";
  var smHeight = "250px";
  var menuStyles = [
["smWidth=220px","smHeight=250px"],
["smWidth=200px","smHeight=250px"],
["smWidth=120px","smHeight=250px"],
];

Try to write:

  var smWidth = "";
  var smHeight = "";
  var menuStyles = [
[""],
[""],
[""],
];
There will be no scroll bar in the main menus.


Q: How can I keep the javascript contextual menu items from opening into a new window when selected?

A: You can set target parameter for all javascript contextual menu items:

  var itemTarget="_self";

or for each item individually:

["Home","testlink.html", "", "", "", "_self", "", "", "", "", "", ],



Q: Hi, I have recently purchased delux menu from your website.

I have bought it because I build websites, and some of them in thai language.

But I don’t think down menu java script support Thai. Is that correct?


A: You should create the menu in Thai language in the same way as you use this language on your page.

You cannot enter Thai characters in Deluxe Tuner. You should add these characters manually in any text editor.

You should set
<meta http-equiv=content-type content="text/html; charset=windows-874">
on your html page.


Q: Hi, how to change font/size of the main java script pull down menu?
I see the option only for the sub menus.

A: I suppose that you're using Vista style template.

You should change font for the top items in Individual styles.Try that.