Absoult Javascript Slide Menu Tamplate by Deluxe-Menu.com
Absoult Javascript Slide Menu Tamplate

Menu Screenshots

Absoult Javascript Slide Menu Tamplate Script Drop Down Menu

Features

Unrivalled Features
  • Scrollable, dragable, floating, right-click menus
  • Keyboard navigation - press Ctrl+F2 to enter the menu
  • Unique Java Script API for altering menu "on-the-fly", without page reloading
  • AJAX technology - loads menu data from the server "on-fly and on-demand".
  • Search feature - add the search area in the menu and type symbols. The found words will be higlighted.
  • Sound support!
Professional Look-n-feel
  • Entirely customizable look-n-feel
  • A lot of pre-designed absoult javascript slide menu tamplate samples
  • Hundreds of visual effects
  • Custom CSS styles can be applied for all menu settings
Drop Down Vertical Javascript Absoult Javascript Slide Menu Tamplate
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
Cost Effective
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



2.0 Buttons by Web-Buttons.com v3.0.0

Javascript Menu. DHTML Menu.

  • Sub menus dropdown over all the objects on the page (select, applet, flash, object, embed). If for some reasons (old browser) a submenu can't go over an object, the object will be hidden for a time when the submenu is shown.
  • Design personal styles for any submenu and item. Use individual styles to rich killer visual effects!
  • These effects will make your menu neat and chic. You can set transparency, cast a shadow on the menu and submenus. Among available special visual effects there are random dissolve, fade, mix, mosaic slide out and many many others.

Recent Questions

Q: I use your product for one of my clients and so I am familiar with using Deluxe Tuner on the Mac and editing that menu, etc. It is a simple menu though, that doesn't use any images or anything fancy.

I want to purchase the javascript nav menu for another client.

My question is, he loves that tabbed javascript nav menu I originally did, and right now they are in one big image map. I can cut them up, but with your menu software, will I be able I to have the top menu as those tab images, and the sub-menu show on mouseover as just plain text? (Like SigmaFlow's sub-menus.)

Any advice is appreciated. Thank you!

A: Yes, of course, I don't see any problem with it.

You can use any images as item background, see for example:

http://deluxe-menu.com/data-templates/vista-style-01-template-sample.html



Q: Now I experiences a problem with the Danish letters in dhtml menue.
I have changed the letters in the scriptfile - but this does not work.
Have we a problem with Danish letters?

A: Please, check that you've set "Tools/Use utf8 encode".

Notice that you should have UTF8 charset on your page too:

<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">

You can also use another charset on your html page and open your data file in text editor,
enter thissymbols and save data file in the way you save your html page.

Notice that you should turn off "Tools/Use utf8 encode" setting in
order to open your data file correctly in Deluxe Tuner.



Q: My slide drop down menu appears at the top of the page rather than in the cell in which I placed it

A: You're using absolute position for the menu now:

  var absolutePos=1;

You should use the relative position:

  var absolutePos=0;



Q: Cross-frame mode/ showByClick=1: I only want this to work on the main level javascript menu bar, not the submenus. Is there anyway to showbyclick only for the main level and then not for the submenus?

A: You can use Individual Item Styles to set showByClick parameter forthe top items only.

  var itemStyles = [
["showByClick=1"],
];