Interspire Shopping Cart Horizontal Menu by Deluxe-Menu.com
Interspire Shopping Cart Horizontal Menu

Menu Screenshots

Interspire Shopping Cart Horizontal Menu Sample Code For Create A Menu Using Javascript

Features

Cost Effective
Easy Setup
  • De Luxe Tuner. GUI interface to create your interspire shopping cart horizontal menu menus easily and in no time
  • Sensible menu parameters for manual editing
Sample Example Pull Down Menu In Html Interspire Shopping Cart Horizontal Menu
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
High Performance
  • AJAX menu loading - loads web menu data from the server "on-the-fly".
  • Commonly loads quicker than other html page elements
  • UL/LI items structure
  • Runs well with an unlimited number of submenus and items
Professional Look-n-feel
  • Entirely customizable look-n-feel
  • A lot of pre-designed interspire shopping cart horizontal menu samples
  • Hundreds of visual effects
  • Custom CSS styles can be applied for all menu settings



2.0 Buttons by Web-Buttons.com v3.0.0

Javascript Menu. DHTML Menu.

  • Tune menu parameters manually or using Deluxe Tuner. Then add several rows of a code within html page - your menu is ready!
  • Use special JavaScript functions for: Dynamic changing of items (text, link, icons and even individual style!). Making a menu item active/inactive. Addition/removing of items. Changing of visibility of items. Getting the information on any menu, submenu and items. Other tricks.
  • Opportunity to control the menu from the keyboard.
  • Cross-frame mode allows you to build full-featured menus on the pages that use frame-based structure. But for all that it's not necessary to insert any additional code into all the pages - just specify some additional parameters of the menu.

Recent Questions

Q: However,I am trying to create a menu like<http://deluxe-tree.com/data-samples/tree-menuxp3.html> and amfrustrated.

Where can I get a template or instructions on which parameters I ammisunderstanding in deluxe tuner?

I want a menu with the expandable + signs on the left which will expandon rollover and allow only one to be expanded at the same time.


A: You should set the following parameters

  var texpandItemClick = 1;
  var tcloseExpanded = 1;
  var tcloseExpandedXP = 1;

Try to do it in the new Deluxe Tuner beta version. We've fixed somebugs with these parameters in the new version.


Q: We need to place a vertical menu on the right of our page, and have the subnav options popout on the LEFT of the vertical navbar.
Can you script handle this?

A: Yes, you can create such menu with Deluxe Menu.
Please, see:
http://deluxe-menu.com/ways-showing-submenus-sample.html
You should set this parameter.
Submenus can be shown in 4 ways. More info you can find here:
http://deluxe-menu.com/ways-showing-submenus-sample.html
  var smViewType=2;


Q: Hi there. I need to be able to customize the x & y coordinates of each submenu in the javascript horizontal menu. I don't see such a control in the GUI interface. How can I do this?

A: Unfortunately it is not possible to set these parameters for eachsubmenu individually. You can set them for all submenus.

Use the following parameters ('Positioning' section):
  var topDX=0;
  var topDY=1;
  var DX=-5;
  var DY=0;



Q: Are these cool html scripts compatible with .NET?

A: Yes, Deluxe Menu works in .NET.
Deluxe Menu is a Javascript product. It means that it works on aclient side and it doesn't work on a server side as ASP.NET script.
So, you can create the menu using standard html page and them movemenu code within .asp page.