Superfish Vertical Menu Using Javascript by Deluxe-Menu.com
Superfish Vertical Menu Using Javascript

Menu Screenshots

Superfish Vertical Menu Using Javascript Html Creating Foldout Menus

Features

Professional Look-n-feel
  • Entirely customizable look-n-feel
  • A lot of pre-designed superfish vertical menu using javascript samples
  • Hundreds of visual effects
  • Custom CSS styles can be applied for all menu settings
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
Download Menu Java Script Superfish Vertical Menu Using Javascript
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
Easy Setup
  • De Luxe Tuner. GUI interface to create your superfish vertical menu using javascript menus easily and in no time
  • Sensible menu parameters for manual editing
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!



2.0 Buttons by Web-Buttons.com v3.0.0

Javascript Menu. DHTML Menu.

  • Build right-click menus for your site. For this purpose you should appoint a peculiar method for the object you want. The current X,Y of the mouse pointer or your own ones can be used for the context menu.
  • Design menus absolutely based on CSS (Cascading Style Sheets). It is possible to apply the personal CSS styles for every elements of the menu.
  • When the submenu is bigger than the visible page area, the size of submenu will be automatically decreased. To view all the submenu items you do not need to use scrollbars or something like that - just put your mouse to the bottom of a submenu and it will be automagically scrolled! You can also define width and height for each submenu.

Recent Questions

Q: My second “drop down” column of the milonic dhtml menu goes up instead of down like the rest..Can you tell me how to correct this?


A: Try to set the following parameter:

  var subMenuVAlign="bottom";


Q: Is there a way to make the vertical drop down menu dhtml not reset after a link is clicked. Now every time I click a link in the tree menu it takes me to the linked page but all the menus re-expand.

A: When user clicks the link, the browser loads a new page and the script re-create the vertical drop down menu dhtml.
If you want to open the needed section automatically on load you can use the following:

1. Save the state to cookies

  var tsaveState=0;

2. Use frames

3. Put the special script on each page of site that will open appropriate section.
(dtreet_ext_expandItem)

See more info here:

http://www.deluxe-tree.com/functions-info.html



Q: Need the pricing text in the second-level css menu to be individually styled - ie needs to have colour change and float/align left.

A: You can use any html code for your menu items, so you can try to writeyour menuItems in the following way:

 ["|Company Registration - <span style='color: #AAA'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $537,50</span>","#", "", "", "", "", "", "", "", "", ],


Q: If I open a pdf file within the frame work, the javascript onmouseover menu does not work.

A: Try to load your .pdf file into the IFRAME, for example on yourcontent frame (frame where you load your pdf files) you'll have:

<iframe src="files/1.pdf" name="iframe" style="z-index:0;" width="100%" height="100%"></iframe>

Submenus will overlap PDF correctly if you load it in the IFRAME only!