Rockettheme Expandable Submenu by Deluxe-Menu.com
Rockettheme Expandable Submenu

Menu Screenshots

Rockettheme Expandable Submenu Html Menu Code Simple

Features

Professional Look-n-feel
  • Entirely customizable look-n-feel
  • A lot of pre-designed rockettheme expandable submenu samples
  • Hundreds of visual effects
  • Custom CSS styles can be applied for all menu settings
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
Vertical Layer Menu Rockettheme Expandable Submenu
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
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
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.

  • You can set the size of the menu in pixels, percent or other units. The menu may have an absolute or relative position (it can be inserted into the table).
  • Use any necessary font of any color, size and font decoration. Create any available type, thickness and color of a menu's frame.Choose any color for backgrounds of submenus and items.
  • Specify various values for padding and spacing for the whole menu and for each separate submenu.
  • You can specify a time for delays in showing or hiding of a submenu. Use special prefixes for image paths and links to make paths absolute.
  • Create separators using your own pictures, size and alignment.

Recent Questions

Q: We have another question. How can we increase the width of the vista style buttons? Changing the itemwidth style will make the buttons larger but it also cause all the images to appear in the wrong place.

  var itemStyles = [
["itemWidth=92px"


A: The width of Vista images is 92px. So, if you want to create the itemswider than 92px you should change vista images in any graphic editor,for example in PhotoShop.


Q: we want to be able to specify a certain height (or number of items) for the main menu after which a new column is created.


A: Unfortunately it is not possible to specify a number of items after which a new column is created.

But you can use blank items and create Individual Style for theseitems.

For example:

 ["| ","", "", "", "", "", "0", "", "", ], //empty item
 ["|Item 42","", "", "", "", "", "", "", "", ],
 ["| ","", "", "", "", "", "0", "", "", ], //empty item
 ["|Item 44","", "", "", "", "", "", "", "", ],


Q: Another glitch is that the first item on the sidemenu stays dark blue -
even when the mouse is off of it.

A: In your code now you have:
  var pressedItem=0;
Please, set this parameter in the data.js file:
  var pressedItem=-2;


Q: Is there a way to center the primary navigation and left-align the drop down for themenu script ?

A: Set the following parameters:

  var itemAlignTop="center";
  var itemAlign="left";