Floating Menu In Ie Css by Deluxe-Menu.com
Floating Menu In Ie Css

Menu Screenshots

Floating Menu In Ie Css How To Make Mouseover Pulldown Menus

Features

Cost Effective
Easy Setup
  • De Luxe Tuner. GUI interface to create your floating menu in ie css menus easily and in no time
  • Sensible menu parameters for manual editing
Buttons Bar Java Floating Menu In Ie Css
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!
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
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.

  • 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: 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: I need to place more than one html windows popup on a single page.

A: You can do it in two ways:
1) Call different data files with DIFFERENT winID:"window1"!

2) Call only one data file and use deluxePopupWindow.open() function to open your windows:
<a href="javascript:;" onclick="deluxePopupWindow.open('window1', 'Content1 Content1', 'Window1','width=220,height=100,resizable,scrollbars=no,middle,right,fade-effect','windowsvista_graphite')">Click Here to see a chase1 sample</a>

See more info:
http://deluxepopupwindow.com/window-installation-info.html
http://deluxepopupwindow.com/samples.html

Q: In Delux Tuner I can not find the multi-level or multi-column, it isn't there. Please advise ASAP.


A: Info about multilevel and multicolomn menus you can find here:

http://deluxe-menu.com/multilevel-menu-sample.html
http://deluxe-menu.com/multicolumn-menu-sample.html

If you have any questions, please, write us. We'll try to help you.


Q: Submenus of my javascript dynamic menu are opening higher than they should and I cannot figure out why the position setting has no effect.

A: Try to set the following parameter:

  var subMenuVAlign="top";