External Javascript Floating Menu by Deluxe-Menu.com
External Javascript Floating Menu

Menu Screenshots

External Javascript Floating Menu Drop Down Menu Across Frames

Features

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
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!
Javascript Create Dropdown External Javascript Floating Menu
Cost Effective
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



2.0 Buttons by Web-Buttons.com v3.0.0

Javascript Menu. DHTML Menu.

  • Use images for backgrounds of submenus and items, icons, arrows. Using web images you can create menus completely based on graphics.
  • Design both horizontal and vertical menus and submenus with any amount of menus on a single page.
  • Place any HTML code inside the menu item - be it a flash-object, form, picture, or text. This ability lets you to build various menus of any complexity.
  • Submenus can be shown in 4 ways: - From left to right and also from left to right + upwards. - From right to left and also from right to left + upwards (e.g. for right-to-left languages).

Recent Questions

Q: Ich benutze Deluxe Menu 2.0! Beim InternetExplorer funktioniert das PullDown Menue nicht, bei Firefox und Opera gibt es keine Probleme.


A: Thanks for your interest in our products.

Try to delete OVERFLOW: hidden; parameter from the following style:

.randspalte {
BORDER-RIGHT: #666 1pt solid; OVERFLOW: hidden; BORDER-LEFT: #666 1pt solid; WIDTH: 16%; HEIGHT: 90%; BACKGROUND-COLOR: #bebed1
}


Q: I'm trying to disable a javascript mouse over menu item using the MS Office style 2 template and having no luck. Can you please provide me a sample of the MS Office style 2 template that will disable an item on the menu by graying it out?

A: To disable menu item you should set "_" target for it.
If you want that your disabled items have a grey color (in css-basedmenu) you should create additional style for it and assign this stylefor the disabled items:
["CSSText=toptext_dis,toptext_dis"],

.toptext_dis
{
font: normal 11px Tahoma, Arial;
color: #AAAAAA;
padding: 3px;
}

 ["|What's New","", "images/icon_office_note.gif", "images/icon_office_note2.gif", ,"_","1", , , ],
   ["||Popup Mode (Contextual Menus)","", "images/icon_office_mark.gif", "images/icon_office_mark.gif", ,"_","1", , , ],

You can find more info about menu items here:
http://deluxe-menu.com/menu-items-info.html



Q: I'd like to buy a template for creating a basic java script vertical menu that is image based. Can you tell me which of your products I should consider buying? I'm familiar with html, but not other programming languages.

A: If you want to create java script vertical menu you should buy Deluxe Menu,

http://deluxe-menu.com

See the example here:

http://deluxe-menu.com/image-based-menu-sample.html

You can also use your own images for the menu items.
If item text is empty, icon fields will be used as item images.
For example:
["", "index.html", "itemImageNormal.gif", "itemImageOver.gif", "Home Page"]

Please, try the trial version at first. It has full functionality.



Q: Things are mostly working great. I want my menu to appear centered at the top the page. Here's the code:

<table style="text-align: left; width: 100%;" border="0" cellpadding="2"cellspacing="2">
<tbody>
<tr>
<td style="width: 100%; text-align: center;"><script type="text/javascript" src="navbar.js"></script>
</td>
</tr>
</tbody>
</table>

The table appears at the far left edge of the window. I tried with both absolute (x=20, y=10) and relative (both x and y unset) coordinates. Help!


A: If you want to center the menu paste itwithin the <div > or <table> with a static position and specify a center alignment for it, for example:

<DIV align=center>
<SCRIPT src="data/data.js" type=text/javascript>
</SCRIPT>
</DIV>

<table width=800>
<tr>
<td align=center width=600>

More Q&A

Show All Tags - jQuery Forum

asp.net javascript jquery ajax ...... floating. 1. floating menu .... iframe external page innerhtml .... javascript memory leakage. 1. javascript menu dock lavalamp css problem togheter. 1. javascript or php. 1. javascript to php

Form validation not working in Firefox - Webmaster Forum

... address, email and such and then when the submit button is pressed an external JS. ... You must make srue JS is cross-browser compatible, ... gets the pcode value and converts the string to a floating number(numeric) so it ... Shop " vspace="30" /></div> <div id="menu" align="center"> <img src="

www.wysiwygwebbuilder.com :: View topic - WYSIWYG Web Builder 7.0

New Feature: Insert external files to site manager. ... Improved: Flash is now using swfobject.js version 2.2 for improved ... New Feature: jQuery Dialog, a dialog is a floating window that contains a title .... This can be useful if you want to keep a menu or image visible even if the page scrolls

Is a *script* (not style) switcher possible? [Archive

The two js files each represent a different menu appearance. ... something like the "style switcher" script that I've seen floating around here, .... I'll post a script later that allows for external .js file switching

Why does Picnik sit there, floating kites, when I try to "Edit

Aug 17, 2010 ... An external application has requested your login credentials and permission to perform certain actions on your behalf, but has failed to

Content Showing Too Far Down Page Ie - The Web Squeeze

You need to float the #main left and remove that margin-left. .... text- transform: none; } #menu a:hover, #menu .active a { } /* Content > Sidebar .... Putting the javascript in an external file will solve the problem,

Imagevue Forums ~ View topic - X2 updatelog

admin config list javascript fixed (Added 17.10.2008) ... Main menu page type: LINK - Create external links ... read more ... Fixed setting floating point values in number fields in config editor(for example globashadow)

Category:Web Technology - Forum Nokia Wiki

Nokia devices support the same web technologies you're familiar with on PCs; HTML, JavaScript, CSS... When developing for mobile devices, some tuning is

[JS] Center a menu that is floated left. - Neowin Forums

[JS] Center a menu that is floated left.: ... That being said the best bet is to replace float: left for display:inline. .... it's important to reference external stylesheets or embed style elements before referencing

CKEditor new releases...have to update! (Page 1) - Beta Testing

#4399 : Improved support for external file browsers by allowing executing a ... #5030 : The CKEDITOR.timestamp wasn't been appended to the skin.js file. ... # 3678 : There were issues when editing links inside floating divs with IE. ... # 3494 : Context menu is too narrow in some translations

sliding panel plugin and ie page placement - Wordpress Themes - WP

In IE it is floating to the right side rather than a left and right ... panel plugin is now causing the menu bar not to be clickable in Chrome only. ... in the Default theme, Also set Javascript to external in Atahualpa

Scroll follow code from dynamic drive does not work

external code incompatability · framework error · scroll follow ... enter several times and then try and see if your floating menu works

NeoSoft Support Forum :: View topic - NeoBook 5.5 Update Released!

-Added three special external methods that can be used to interact with ... This JavaScript copies the contents of the NeoBook [Name] variable ... CloseButton = User clicked on pub window's close button/system menu. .... -Fixed “invalid floating point error” message that occurred when displaying web

Slideout Menu

Feb 12, 2010 ... Heading background color "Menu, External Links" (menu1-js sheet) .... or the floating friend requests reminder bar?

[Solved+Issue] No visible word count in OpenOffice Writer (View

If you like it, add a button, keyboard shortcut or menu entry and assign it's ... The cool thing is that when this word count macro floating window is open, ... OOo Basic, Python, BeanShell, JavaScript, External Programs

WSG Forum - HTML 5 - How do you plan to upgrade your website

(its like a floating div tag) The HTML <aside> tag is used to ... The "article" tag defines external content and is independent from the rest of the document. ... A command is the abstraction behind menu items, buttons, and links. .... Smokescreen converts Flash to HTML5 and JavaScript, two Web

The eZ Publish Community - CSS Dropdown Top menu Forum

Some functions on this portal require JavaScript but your browser ... <div class ="float-break"> {menu name=TopMenu} </div> .... To be more specific, the link was created in ezpublish and is an external link. when I added

Category:Web Runtime (WRT) - Forum Nokia Wiki

Progress Bar JavaScript component for Web Runtime · Battery JavaScript component ... Loading external JavaScript Libraries at Runtime · How to send a Web Runtime .... Deal with floating-point numbers in WRT environment · How-to use RSS in WRT ... location value in WRT · Adding a Guarana UI iconic menu on a web page

AJAX Javascript to create a link - WebDeveloper.com

I need to creat a link via javascript that pass the attribute ... I need to do it, because I have to call it in the getURL of my flash menu,

CSS and HTML - Page 11 - Ultimate Web Site Drop Down Menu Forum

external css file doesn't seem to be working ... Floating issues... paulj. 08-23 -2007 07:00 AM .... accessible javascript menu

Spidering Javascript and DHTML - Wrensoft Forums for Zoom Search

This makes using an external Javascript interpreter or script engine fairly ... Floating DHTML menu problem with zoom hit-higlighted pages

AddThis User Community • View topic - IE6 - Error: Expected '}'

Thus since I am clueless about how to write js do you think it is possible if you ... in-line javascript but it is happy with referencing/calling external javascript ... P.S I think that the old version also have the menu placed right even when the share control is positioned as floating element,

Add Google Ads in Header! (Read Disclaimer!) - Creators

If you want to add above the menu, just change after to before . <script type= text/javascript >x$( #xg_navigation ).after( <div ... Summary - Prepare your content and add to an external HTML. .... Or, float your adsense iframe to the right of logo, using the position parameter something like this:

Maxthon Browser 2.5.8 Final Released - Announcements - Maxthon Forum

+ added open URL in new tab by middle click or context menu ... fixed a URL redirect problem * fixed a config saving problem. Float Button * fixed a memory leak problem .... can't get javascript popups to work in this version. ..... 1: the name of the built-in external tools are in chinese (I think)